summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-14 20:10:33 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-14 20:10:33 +0100
commitcaca92be8a8556ff26f8ba37a517b68848b93744 (patch)
tree6839bbcf87d87026a83540c395636d65685c324b
parentf6ecd99cec462c414da20a26a4e383484659659d (diff)
downloadvim-git-caca92be8a8556ff26f8ba37a517b68848b93744.tar.gz
updated for version 7.3.817v7.3.817
Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim.
-rw-r--r--src/testdir/test89.in1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test89.in b/src/testdir/test89.in
index d15d468a8..7b25b20c1 100644
--- a/src/testdir/test89.in
+++ b/src/testdir/test89.in
@@ -1,6 +1,7 @@
Some tests for setting 'number' and 'relativenumber'
STARTTEST
+:so small.vim
:set hidden nocp nu rnu
:redir @a | set nu? rnu? | redir END
:e! xx
diff --git a/src/version.c b/src/version.c
index 06f4f88c6..0b76a0eb6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 817,
+/**/
816,
/**/
815,