1
0
forked from aniani/vim

updated for version 7.2b-016

This commit is contained in:
Bram Moolenaar
2008-07-24 16:45:38 +00:00
parent 3a0254090d
commit 15bfa09582
6 changed files with 14 additions and 9 deletions

View File

@@ -2999,14 +2999,14 @@ ex_vimgrep(eap)
char_u *save_ei = NULL;
#endif
aco_save_T aco;
#ifdef FEAT_AUTOCMD
char_u *au_name = NULL;
int flags = 0;
colnr_T col;
long tomatch;
char_u dirname_start[MAXPATHL];
char_u dirname_now[MAXPATHL];
char_u *target_dir = NULL;
#ifdef FEAT_AUTOCMD
char_u *au_name = NULL;
switch (eap->cmdidx)
{