updated for version 7.4.584

Problem:    With tiny features test_command_count may fail.
Solution:   Source small.vim. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2015-01-20 09:39:39 +01:00
committed by Douglas Drumond
parent 22a261be54
commit 2d270174c6
2 changed files with 3 additions and 1 deletions
+1 -1
View 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>)
+2
View File
@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
584,
/**/
583,
/**/