updated for version 7.4.583
Problem: With tiny features test 16 may fail.
Solution: Source small.vim. (Christian Brabandt)
diff --git a/src/testdir/test16.in b/src/testdir/test16.in
index b2cd159..760ac67 100644
--- a/src/testdir/test16.in
+++ b/src/testdir/test16.in
@@ -2,6 +2,7 @@
For KDE set a font, empty 'guifont' may cause a hang.
STARTTEST
+:so small.vim
:if $DISPLAY == "" | e! test.ok | wq! test.out | endif
:set exrc secure
:if has("gui_kde")
diff --git a/src/version.c b/src/version.c
index 57089fa..8b35b7e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 583,
+/**/
582,
/**/
581,