From caca92be8a8556ff26f8ba37a517b68848b93744 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 14 Feb 2013 20:10:33 +0100 Subject: [PATCH] updated for version 7.3.817 Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim. --- src/testdir/test89.in | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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 @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 817, /**/ 816, /**/ -- 2.50.1