Skip to content

Commit

Permalink
updated for version 7.4.384
Browse files Browse the repository at this point in the history
Problem:    Test 102 fails when compiled with small features.
Solution:   Source small.vim. (Jacob Niehus)
  • Loading branch information
brammool committed Jul 30, 2014
1 parent dbc2802 commit 932e632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test102.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Test if fnameescape is correct for special chars like !

STARTTEST
:so small.vim
:%d
:let fname = 'Xspa ce'
:try | exe "w! " . fnameescape(fname) | put='Space' | endtry
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
384,
/**/
383,
/**/
Expand Down

0 comments on commit 932e632

Please sign in to comment.