Patch 7.2b.018
commit121958ae03af0eb2fcb688e14c6f14c41e996c8c
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Sat, 26 Jul 2008 05:52:41 +0000 (26 05:52 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Sat, 26 Jul 2008 05:52:41 +0000 (26 05:52 +0000)
tree8f7ba76092a39785a0bb64df7a5a55ec4f5e914f
parent48c0bf2307d4ba45bfc14d1f187bcf8fe51b79e6
Patch 7.2b.018
Problem:    When doing command line completion on a file name for a csh-like
            shell argument a '!' character isn't escaped properly.
Solution:   Add another backslash.
Files:      src/ex_getln.c, src/misc2.c, src/proto/misc2.pro, src/screen.c

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