1
0
forked from aniani/vim

updated for version 7.0221

This commit is contained in:
Bram Moolenaar
2006-03-11 21:32:59 +00:00
parent d289f1315f
commit 038221bcd0
2 changed files with 15 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ void global_exe __ARGS((char_u *cmd));
int read_viminfo_sub_string __ARGS((vir_T *virp, int force));
void write_viminfo_sub_string __ARGS((FILE *fp));
void free_old_sub __ARGS((void));
void prepare_tagpreview __ARGS((void));
int prepare_tagpreview __ARGS((void));
void ex_help __ARGS((exarg_T *eap));
char_u *check_help_lang __ARGS((char_u *arg));
int help_heuristic __ARGS((char_u *matched_string, int offset, int wrong_case));