comparison src/proto/option.pro @ 1811:d88bdbabfbc6 v7.2.109

updated for version 7.2-109
author vimboss
date Sat, 21 Feb 2009 19:28:48 +0000
parents e63691e7c504
children d92358c7d621
comparison
equal deleted inserted replaced
1810:5d84650b569c 1811:d88bdbabfbc6
42 void set_iminsert_global __ARGS((void)); 42 void set_iminsert_global __ARGS((void));
43 void set_imsearch_global __ARGS((void)); 43 void set_imsearch_global __ARGS((void));
44 void set_context_in_set_cmd __ARGS((expand_T *xp, char_u *arg, int opt_flags)); 44 void set_context_in_set_cmd __ARGS((expand_T *xp, char_u *arg, int opt_flags));
45 int ExpandSettings __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file)); 45 int ExpandSettings __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file));
46 int ExpandOldSetting __ARGS((int *num_file, char_u ***file)); 46 int ExpandOldSetting __ARGS((int *num_file, char_u ***file));
47 int langmap_adjust_mb __ARGS((int c));
47 int has_format_option __ARGS((int x)); 48 int has_format_option __ARGS((int x));
48 int shortmess __ARGS((int x)); 49 int shortmess __ARGS((int x));
49 void vimrc_found __ARGS((char_u *fname, char_u *envname)); 50 void vimrc_found __ARGS((char_u *fname, char_u *envname));
50 void change_compatible __ARGS((int on)); 51 void change_compatible __ARGS((int on));
51 int option_was_set __ARGS((char_u *name)); 52 int option_was_set __ARGS((char_u *name));