Patch 7.2b.005
commit51842f31d09f818764e7bf5dce1d4b6b4f0107f1
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 17 Jul 2008 07:20:40 +0000 (17 07:20 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 17 Jul 2008 07:20:40 +0000 (17 07:20 +0000)
tree1705157c4d35489fcc7d723903714ab309289e33
parent1096b33b35da4c64ee2dac4697f32d7210525347
Patch 7.2b.005
Problem:    The special character "!" isn't handled properly in shellescape().
            (Jan Minar)
Solution:   Escape "!" when using a "csh" like shell and with
            shellescape(s, 1).  Twice for both.  Also escape <NL>.
Files:      src/misc2.c

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