diff --git a/src/session.c b/src/session.c index 41835db263..418fcba577 100644 --- a/src/session.c +++ b/src/session.c @@ -985,7 +985,7 @@ ex_loadview(exarg_T *eap) } } -# if defined(USE_GNOME_SESSION) \ +# if defined(FEAT_GUI_GNOME) \ || (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \ || defined(PROTO) /* diff --git a/src/version.c b/src/version.c index 8feb2cc72c..f5b9d6075e 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2102, /**/ 2101, /**/