# HG changeset patch # User Bram Moolenaar # Date 1421752441 -3600 # Node ID f2978794e801bfe8a587865492302cc0a16783cc # Parent 93bd50cf263b1987f0f2d1d5f3af2b84a80644bb 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 --- a/src/testdir/test16.in +++ b/src/testdir/test16.in @@ -2,6 +2,7 @@ Tests for resetting "secure" flag after 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 --- 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 */ /**/ + 583, +/**/ 582, /**/ 581,