commit | 54ee775e9d147f8751f38b39e22b1e0b6b9e445d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 31 22:22:17 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 31 22:22:17 2005 +0000 |
tree | bf6a49e78703aba9a0e8da498485d6c2ffa15e48 | |
parent | 5c06f8b043e413d887ceb1af850ac7ba5034151e [diff] [blame] |
updated for version 7.0077
diff --git a/src/option.h b/src/option.h index daeb366..d52f3c6 100644 --- a/src/option.h +++ b/src/option.h
@@ -804,6 +804,7 @@ # define VE_ALL 4 #endif EXTERN long p_verbose; /* 'verbose' */ +EXTERN char_u *p_vfile; /* 'verbosefile' */ EXTERN int p_warn; /* 'warn' */ #ifdef FEAT_CMDL_COMPL EXTERN char_u *p_wop; /* 'wildoptions' */