# HG changeset patch # User Bram Moolenaar # Date 1421753979 -3600 # Node ID 79b3d83592c5ad63ce0c8d276d15f570e95dd941 # Parent 575dde02e1d701f6e4f44cca67b36b116c4fe7d5 updated for version 7.4.584 Problem: With tiny features test_command_count may fail. Solution: Source small.vim. (Christian Brabandt) diff --git a/src/testdir/test_command_count.in b/src/testdir/test_command_count.in --- a/src/testdir/test_command_count.in +++ b/src/testdir/test_command_count.in @@ -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 '..' '.) :com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '..' '.) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 584, +/**/ 583, /**/ 582,