diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/feature.h b/src/feature.h index 8733199c9..f007df69a 100644 --- a/src/feature.h +++ b/src/feature.h @@ -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. @@ -829,11 +823,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. */ #define SESSION_FILE "Session.vim" |