1
0
forked from aniani/vim

updated for version 7.4.090

Problem:    Win32: When a directory name contains an exclamation mark,
            completion doesn't complete the contents of the directory.
Solution:   Escape the exclamation mark. (Jan Stocker)
This commit is contained in:
Bram Moolenaar
2013-11-12 05:28:26 +01:00
parent 0671de335f
commit 8f5610df73
10 changed files with 27 additions and 9 deletions

View File

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