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 472a0a8 commit 3321e9dCopy full SHA for 3321e9d
2 files changed
src/testdir/test_startup.vim
@@ -62,6 +62,10 @@ func Test_after_comes_later()
62
endfunc
63
64
func Test_help_arg()
65
+ if !has('unix') && has('gui')
66
+ " this doesn't work with gvim on MS-Windows
67
+ return
68
+ endif
69
if RunVim([], [], '--help >Xtestout')
70
let lines = readfile('Xtestout')
71
call assert_true(len(lines) > 20)
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2173,
768
/**/
769
2172,
770
0 commit comments