Skip to content

Commit 42b5592

Browse files
committed
updated for version 7.3.817
Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim.
1 parent a17ab33 commit 42b5592

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test89.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Some tests for setting 'number' and 'relativenumber'
22

33
STARTTEST
4+
:so small.vim
45
:set hidden nocp nu rnu
56
:redir @a | set nu? rnu? | redir END
67
:e! xx

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ static char *(features[]) =
725725

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
817,
728730
/**/
729731
816,
730732
/**/

0 commit comments

Comments
 (0)