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 ee1a2b5 commit ac02a63Copy full SHA for ac02a63
2 files changed
src/session.c
@@ -985,7 +985,9 @@ ex_loadview(exarg_T *eap)
985
}
986
987
988
-#if defined(FEAT_GUI) || defined(PROTO)
+# if defined(USE_GNOME_SESSION) \
989
+ || (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \
990
+ || defined(PROTO)
991
/*
992
* Generate a script that can be used to restore the current editing session.
993
* Save the value of v:this_session before running :mksession in order to make
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
+ 2101,
758
/**/
759
2100,
760
0 commit comments