]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.384 v7.4.384
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Jul 2014 11:20:39 +0000 (13:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Jul 2014 11:20:39 +0000 (13:20 +0200)
Problem:    Test 102 fails when compiled with small features.
Solution:   Source small.vim. (Jacob Niehus)

src/testdir/test102.in
src/version.c

index 35e9f6c2cf4bd7b8fa352150356a17da868a8621..33b401948f874869749003f3ab62deb69d8fa7f9 100644 (file)
@@ -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 
index 663bdfd12c048aacddc46ecb35fe6d1a586cd4c2..ab84a3604047c8f5e3f6f063e1dc2f1a4d8143d8 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    384,
 /**/
     383,
 /**/