comparison 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
comparison
equal deleted inserted replaced
1732:f84061aa57e4 1733:5a7384b9ca66
765 # define FEAT_GUI_TABLINE 765 # define FEAT_GUI_TABLINE
766 #endif 766 #endif
767 767
768 /* 768 /*
769 * +browse ":browse" command. 769 * +browse ":browse" command.
770 */ 770 * or just the ":browse" command modifier
771 #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)) 771 */
772 # define FEAT_BROWSE 772 #if defined(FEAT_NORMAL)
773 # define FEAT_BROWSE_CMD
774 # 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)
775 # define FEAT_BROWSE
776 # endif
773 #endif 777 #endif
774 778
775 /* 779 /*
776 * +dialog_gui Use GUI dialog. 780 * +dialog_gui Use GUI dialog.
777 * +dialog_con May use Console dialog. 781 * +dialog_con May use Console dialog.