]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.584 v7.4.584
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jan 2015 11:39:39 +0000 (12:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jan 2015 11:39:39 +0000 (12:39 +0100)
Problem:    With tiny features test_command_count may fail.
Solution:   Source small.vim. (Christian Brabandt)

src/testdir/test_command_count.in
src/version.c

index 16daad0b2d01572ab557a4f336c6a3180898c3df..fd528c685451374a351454dda9ea2ea22fae1fd0 100644 (file)
@@ -1,7 +1,7 @@
 Test for user command counts       vim: set ft=vim :
 
 STARTTEST
-:so tiny.vim
+:so small.vim
 :let g:lines = []
 :com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
 :com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)
index 8b35b7e921b0351a497cc985f04321648249ffea..b38e20b3788b8e57a8c246760828a1620e1f098a 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    584,
 /**/
     583,
 /**/