From: Bram Moolenaar Date: Thu, 14 Feb 2013 19:10:33 +0000 (+0100) Subject: updated for version 7.3.817 X-Git-Tag: v7.3.817 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=caca92be8a8556ff26f8ba37a517b68848b93744;p=thirdparty%2Fvim.git updated for version 7.3.817 Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim. --- diff --git a/src/testdir/test89.in b/src/testdir/test89.in index d15d468a8f..7b25b20c15 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 06f4f88c60..0b76a0eb61 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 817, /**/ 816, /**/