1
0
forked from aniani/vim

updated for version 7.0018

This commit is contained in:
Bram Moolenaar
2004-10-11 10:16:09 +00:00
parent 7171abea1a
commit 7b0294cb9f
25 changed files with 718 additions and 444 deletions

View File

@@ -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