We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307ac5c commit 7c365fbCopy full SHA for 7c365fb
src/misc2.c
@@ -3381,8 +3381,8 @@ same_directory(char_u *f1, char_u *f2)
3381
&& pathcmp((char *)ffname, (char *)f2, (int)(t1 - ffname)) == 0);
3382
}
3383
3384
-#if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \
3385
- || defined(FEAT_GUI_GTK) \
+#if defined(FEAT_SESSION) || defined(FEAT_AUTOCHDIR) \
+ || defined(MSWIN) || defined(FEAT_GUI_MAC) || defined(FEAT_GUI_GTK) \
3386
|| defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
3387
|| defined(PROTO)
3388
/*
src/version.c
@@ -789,6 +789,8 @@ static char *(features[]) =
789
790
static int included_patches[] =
791
{ /* Add new patch number below this line */
792
+/**/
793
+ 127,
794
/**/
795
126,
796
0 commit comments