1
0
forked from aniani/vim

updated for version 7.0098

This commit is contained in:
Bram Moolenaar
2005-06-30 21:56:01 +00:00
parent 9c96f592af
commit e6b165e0f4
7 changed files with 14 additions and 61 deletions

View File

@@ -723,16 +723,10 @@
/*
* +browse ":browse" command.
*
* BROWSE_CURRBUF Open file browser in the directory of the current
* buffer, instead of the current directory.
*/
#if defined(FEAT_NORMAL) && (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_KDE) || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC))
# define FEAT_BROWSE
#endif
#if defined(FEAT_NORMAL) && defined(FEAT_GUI_MSWIN)
# define BROWSE_CURRBUF
#endif
/*
* +dialog_gui Use GUI dialog.
@@ -828,11 +822,6 @@
*/
/* #define GVIMRC_FILE ".gvimrc" */
/*
* VIEW_FILE Name of the default ":mkview" file.
*/
#define VIEW_FILE "View.vim"
/*
* SESSION_FILE Name of the default ":mksession" file.
*/