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>)
diff --git a/src/version.c b/src/version.c
index 8b35b7e..b38e20b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    584,
+/**/
     583,
 /**/
     582,