1
0
forked from aniani/vim

updated for version 7.4.115

Problem:    When using Zsh expanding ~abc doesn't work when the result
            contains a space.
Solution:   Off-by-one error in detecting the NUL. (Pavol Juhas)
This commit is contained in:
Bram Moolenaar
2013-12-11 13:21:51 +01:00
parent 5d7f9df8fa
commit b011af9696
2 changed files with 3 additions and 1 deletions

View File

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