Mercurial > vim
diff src/feature.h @ 1733:5a7384b9ca66 v7.2.031
updated for version 7.2-031
author | vimboss |
---|---|
date | Sun, 09 Nov 2008 12:46:09 +0000 |
parents | f4f8014d516e |
children | 82f866f19e91 |
line wrap: on
line diff
--- a/src/feature.h +++ b/src/feature.h @@ -767,9 +767,13 @@ /* * +browse ":browse" command. + * or just the ":browse" command modifier */ -#if defined(FEAT_NORMAL) && (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC)) -# define FEAT_BROWSE +#if defined(FEAT_NORMAL) +# define FEAT_BROWSE_CMD +# if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC) +# define FEAT_BROWSE +# endif #endif /*