commit | 7b0294cb9f7cfcd3fcbbaa523578847a3e6d74c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 10:16:09 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 10:16:09 2004 +0000 |
tree | 5675edfe10a80abd76b307b855858f136c647d32 | |
parent | 7171abea1ad8d33cce89a9664873417187139a53 [diff] [blame] |
updated for version 7.0018
diff --git a/src/feature.h b/src/feature.h index 6531efe..928234c 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