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 ac02a63 commit d17a57aCopy full SHA for d17a57a
2 files changed
src/session.c
@@ -985,7 +985,7 @@ ex_loadview(exarg_T *eap)
985
}
986
987
988
-# if defined(USE_GNOME_SESSION) \
+# if defined(FEAT_GUI_GNOME) \
989
|| (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \
990
|| defined(PROTO)
991
/*
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 2102,
758
/**/
759
2101,
760
0 commit comments