Skip to content
Snippets Groups Projects
Commit caca92be authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.817

Problem:    Test 89 fails with tiny and small features.
Solution:   Add sourcing small.vim.
parent f6ecd99c
No related branches found
No related tags found
No related merge requests found
Some tests for setting 'number' and 'relativenumber' Some tests for setting 'number' and 'relativenumber'
STARTTEST STARTTEST
:so small.vim
:set hidden nocp nu rnu :set hidden nocp nu rnu
:redir @a | set nu? rnu? | redir END :redir @a | set nu? rnu? | redir END
:e! xx :e! xx
......
...@@ -725,6 +725,8 @@ static char *(features[]) = ...@@ -725,6 +725,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
817,
/**/ /**/
816, 816,
/**/ /**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment