1
0
forked from aniani/vim

updated for version 7.0047

This commit is contained in:
Bram Moolenaar
2005-02-02 23:07:25 +00:00
parent 748bf0374b
commit 6ac5429d3b
4 changed files with 246 additions and 223 deletions

View File

@@ -19,6 +19,7 @@ void ex_cc __ARGS((exarg_T *eap));
void ex_cnext __ARGS((exarg_T *eap));
void ex_cfile __ARGS((exarg_T *eap));
void ex_vimgrep __ARGS((exarg_T *eap));
char_u *skip_vimgrep_pat __ARGS((char_u *p, char_u **s));
void ex_cbuffer __ARGS((exarg_T *eap));
void ex_helpgrep __ARGS((exarg_T *eap));
/* vim: set ft=c : */