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 ff1cd39 commit 14ddd22Copy full SHA for 14ddd22
2 files changed
src/testdir/test_autocmd.vim
@@ -1618,7 +1618,7 @@ func Test_change_mark_in_autocmds()
1618
write
1619
au! BufWritePre
1620
1621
- if executable('cat')
+ if has('unix')
1622
write XtestFilter
1623
write >> XtestFilter
1624
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1369,
759
/**/
760
1368,
761
0 commit comments