From 22a261be548fc4cb6d7a0592d2ad674820891cd3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 20 Jan 2015 09:14:01 +0100 Subject: [PATCH] updated for version 7.4.583 Problem: With tiny features test 16 may fail. Solution: Source small.vim. (Christian Brabandt) --- src/testdir/test16.in | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test16.in b/src/testdir/test16.in index b2cd159a8c..760ac675cd 100644 --- a/src/testdir/test16.in +++ b/src/testdir/test16.in @@ -2,6 +2,7 @@ Tests for resetting "secure" flag after GUI has started. 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 57089fa481..8b35b7e921 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 */ +/**/ + 583, /**/ 582, /**/