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 232f461 commit 29b281bCopy full SHA for 29b281b
2 files changed
src/evalfunc.c
@@ -5513,7 +5513,7 @@ dynamic_feature(char_u *feature)
5513
#ifdef VIMDLL
5514
|| STRICMP(feature, "filterpipe") == 0
5515
#endif
5516
-#if defined(FEAT_GUI) && !defined(ALWAYS_USE_GUI)
+#if defined(FEAT_GUI) && !defined(ALWAYS_USE_GUI) && !defined(VIMDLL)
5517
// this can only change on Unix where the ":gui" command could be
5518
// used.
5519
|| (STRICMP(feature, "gui_running") == 0 && !gui.in_use)
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 1974,
755
/**/
756
1973,
757
0 commit comments