summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-01-20 12:14:01 +0100
committerBram Moolenaar <Bram@vim.org>2015-01-20 12:14:01 +0100
commitff13610d7b40bee4ae58c3ce3e3b4ca7012a6c4f (patch)
tree546aceb4db067b6bfd23bc0a54f2b360b0cd8313 /src
parentef795d1a5bb39a7cc74e7e36075a47afbfa75901 (diff)
downloadvim-ff13610d7b40bee4ae58c3ce3e3b4ca7012a6c4f.zip
updated for version 7.4.583
Problem: With tiny features test 16 may fail. Solution: Source small.vim. (Christian Brabandt)
Diffstat (limited to 'src')
-rw-r--r--src/testdir/test16.in1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test16.in b/src/testdir/test16.in
index b2cd159a8..760ac675c 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 57089fa48..8b35b7e92 100644
--- 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,