forked from aniani/vim
updated for version 7.0098
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user