mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Patch 7.3.019 missing #ifdef
This commit is contained in:
+1
-1
@@ -2803,7 +2803,7 @@ ex_nbstart(eap)
|
||||
{
|
||||
#ifdef FEAT_GUI
|
||||
# if !defined(FEAT_GUI_X11) && !defined(FEAT_GUI_GTK) \
|
||||
&& !defined(FEAT_GUI_W32)
|
||||
&& !defined(FEAT_GUI_W32) && !defined(FEAT_GUI_MACVIM)
|
||||
if (gui.in_use)
|
||||
{
|
||||
EMSG(_("E838: netbeans is not supported with this GUI"));
|
||||
|
||||
Reference in New Issue
Block a user