1
0
forked from aniani/vim

patch 7.4.2184

Problem:    Tests that use RunVim() do not actually perform the test.
Solution:   Use "return" instead of "call". (Ken Takata)
This commit is contained in:
Bram Moolenaar
2016-08-08 22:34:14 +02:00
parent 09de17536d
commit 7a9a5f4019
2 changed files with 3 additions and 1 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2184,
/**/
2183,
/**/