We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a417b commit 55b6b60Copy full SHA for 55b6b60
2 files changed
src/testdir/test_startup.vim
@@ -1305,9 +1305,10 @@ func Test_echo_true_in_cmd()
1305
let lines =<< trim END
1306
echo v:true
1307
call writefile(['done'], 'Xresult')
1308
+ quit
1309
END
1310
call writefile(lines, 'Xscript')
- if RunVim([], [], '--cmd "source Xscript" --c q')
1311
+ if RunVim([], [], '--cmd "source Xscript"')
1312
call assert_equal(['done'], readfile('Xresult'))
1313
endif
1314
call delete('Xscript')
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 3008,
755
/**/
756
3007,
757
0 commit comments