summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-10-11 10:16:09 +0000
committerBram Moolenaar <Bram@vim.org>2004-10-11 10:16:09 +0000
commit7b0294cb9f7cfcd3fcbbaa523578847a3e6d74c5 (patch)
tree5675edfe10a80abd76b307b855858f136c647d32 /src/feature.h
parent7171abea1ad8d33cce89a9664873417187139a53 (diff)
updated for version 7.0018v7.0018
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