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
index 16daad0..fd528c6 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 '.<line1>.' '.<line2>)
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)