From 7b0294cb9f7cfcd3fcbbaa523578847a3e6d74c5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 11 Oct 2004 10:16:09 +0000 Subject: updated for version 7.0018 --- src/feature.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/feature.h') 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 -- cgit v1.2.3