summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-30 21:56:01 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-30 21:56:01 +0000
commite6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04 (patch)
tree584373ca902692085457b72a232ad58956987f6e /src/feature.h
parent9c96f592af7a88e63ebf63f82d1b36b3954af401 (diff)
updated for version 7.0098
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/feature.h b/src/feature.h
index 8733199c9f..f007df69a4 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"