# HG changeset patch # User Bram Moolenaar # Date 1360869033 -3600 # Node ID 01fa9313d4b560997234b94b2408e6bf64808afc # Parent 80ffecafc8f93820bfe03c5c01a33d1057be29bc 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 --- 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 --- 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,