0
0
mirror of https://github.com/vim/vim.git synced 2025-10-15 07:14:09 -04:00

updated for version 7.4.233

Problem:    Escaping special characters for using "%" with a shell command is
            inconsistant, parenthesis are escaped but spaces are not.
Solution:   Only escape "!". (Gary Johnson)
This commit is contained in:
Bram Moolenaar
2014-04-01 18:54:48 +02:00
parent fd3fe98b78
commit 31b7d38611
2 changed files with 4 additions and 12 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
233,
/**/
232,
/**/