summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index 6531efef77..928234c68b 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1042,6 +1042,11 @@
# define MSWIN_FR_BUFSIZE 256
#endif
+#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MOTIF) \
+ || defined(MSWIN_FIND_REPLACE) || defined(FEAT_GUI_KDE)
+# define FIND_REPLACE_DIALOG 1
+#endif
+
/*
* +clientserver Remote control via the remote_send() function
* and the --remote argument