Patch 7.2.016
commit88bdaeb786db95769fb66843d1738f858338b03a
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Tue, 16 Sep 2008 01:28:46 +0000 (16 01:28 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Tue, 16 Sep 2008 01:28:46 +0000 (16 01:28 +0000)
treeec639f181f0305658542ac401961c5916b387938
parent83c0b83dc82a61108700f7ebb3bb1048fac0f5c6
Patch 7.2.016
Problem:    The pattern being completed may be in freed memory when the
            command line is being reallocated. (Dominique Pelle)
Solution:   Keep a pointer to the expand_T in the command line structure.
            Don't use <S-Tab> as CTRL-P when there are no results.  Clear the
            completion when using a command line from the history.
Files:      src/ex_getln.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2@1193 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/ex_getln.c
src/version.c