changeset 4129:01fa9313d4b5 v7.3.817

updated for version 7.3.817 Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim.
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Feb 2013 20:10:33 +0100
parents 80ffecafc8f9
children e85607b2f196
files src/testdir/test89.in src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,