comparison src/option.h @ 294:1c1cbdc42f75 v7.0077

updated for version 7.0077
author vimboss
date Tue, 31 May 2005 22:22:17 +0000
parents 8d34af900bae
children 7033303ea0c0
comparison
equal deleted inserted replaced
293:f811be6fa9b5 294:1c1cbdc42f75
802 # define VE_BLOCK 5 /* includes "all" */ 802 # define VE_BLOCK 5 /* includes "all" */
803 # define VE_INSERT 6 /* includes "all" */ 803 # define VE_INSERT 6 /* includes "all" */
804 # define VE_ALL 4 804 # define VE_ALL 4
805 #endif 805 #endif
806 EXTERN long p_verbose; /* 'verbose' */ 806 EXTERN long p_verbose; /* 'verbose' */
807 EXTERN char_u *p_vfile; /* 'verbosefile' */
807 EXTERN int p_warn; /* 'warn' */ 808 EXTERN int p_warn; /* 'warn' */
808 #ifdef FEAT_CMDL_COMPL 809 #ifdef FEAT_CMDL_COMPL
809 EXTERN char_u *p_wop; /* 'wildoptions' */ 810 EXTERN char_u *p_wop; /* 'wildoptions' */
810 #endif 811 #endif
811 EXTERN long p_window; /* 'window' */ 812 EXTERN long p_window; /* 'window' */