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 f4aba79 commit ec48a9cCopy full SHA for ec48a9c
2 files changed
src/testdir/test_autocmd.vim
@@ -1232,6 +1232,9 @@ function Test_dirchanged_local()
1232
endfunc
1233
1234
function Test_dirchanged_auto()
1235
+ if !exists('+autochdir')
1236
+ return
1237
+ endif
1238
call s:Before_test_dirchanged()
1239
call test_autochdir()
1240
autocmd test_dirchanged DirChanged auto call add(s:li, "auto:")
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1463,
776
/**/
777
1462,
778
0 commit comments