]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.4.583 v7.4.583
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jan 2015 11:14:01 +0000 (12:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jan 2015 11:14:01 +0000 (12:14 +0100)
Problem:    With tiny features test 16 may fail.
Solution:   Source small.vim. (Christian Brabandt)

src/testdir/test16.in
src/version.c

index b2cd159a8c434cf306304337df9b1f9bacd721a9..760ac675cd171f54be6cf3c2186a28400049ca74 100644 (file)
@@ -2,6 +2,7 @@ Tests for resetting "secure" flag after GUI has started.
 For KDE set a font, empty 'guifont' may cause a hang.
 
 STARTTEST
+:so small.vim
 :if $DISPLAY == "" | e! test.ok | wq! test.out | endif
 :set exrc secure
 :if has("gui_kde")
index 57089fa48188454c9b84e84a1bf13755f0da82bc..8b35b7e921b0351a497cc985f04321648249ffea 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    583,
 /**/
     582,
 /**/