From b5d252f3eaa9dbfc1c54a7a1dcd18a43d1bfea3b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 20 Jan 2015 12:39:39 +0100 Subject: updated for version 7.4.584 Problem: With tiny features test_command_count may fail. Solution: Source small.vim. (Christian Brabandt) --- src/testdir/test_command_count.in | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test_command_count.in b/src/testdir/test_command_count.in index 16daad0b..fd528c68 100644 --- 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 index 8b35b7e9..b38e20b3 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 584, /**/ 583, /**/ -- cgit v1.2.1