File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6045,6 +6045,9 @@ f_has(typval_T *argvars, typval_T *rettv)
6045
6045
"arabic" ,
6046
6046
#endif
6047
6047
"autocmd" ,
6048
+ #ifdef FEAT_AUTOCHDIR
6049
+ "autochdir" ,
6050
+ #endif
6048
6051
#ifdef FEAT_AUTOSERVERNAME
6049
6052
"autoservername" ,
6050
6053
#endif
Original file line number Diff line number Diff line change @@ -101,6 +101,11 @@ static char *(features[]) =
101
101
"-arabic" ,
102
102
#endif
103
103
"+autocmd" ,
104
+ #ifdef FEAT_AUTOCHDIR
105
+ "+autochdir" ,
106
+ #else
107
+ "-autochdir" ,
108
+ #endif
104
109
#ifdef FEAT_AUTOSERVERNAME
105
110
"+autoservername" ,
106
111
#else
@@ -793,6 +798,8 @@ static char *(features[]) =
793
798
794
799
static int included_patches [] =
795
800
{ /* Add new patch number below this line */
801
+ /**/
802
+ 214 ,
796
803
/**/
797
804
213 ,
798
805
/**/
You can’t perform that action at this time.
0 commit comments