commit | f75a963eea9a893bb60c0b8eb425b2161de4919f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 21:20:47 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 21:20:47 2005 +0000 |
tree | 60f6d73ec091dc053cdaf4a0c0dc2f5465ef3359 | |
parent | 5e0d6678adf1dfff841acdd7f7424d565e63fbcc [diff] [blame] |
updated for version 7.0146
diff --git a/src/structs.h b/src/structs.h index 88fcf48..94b9ddb 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1288,7 +1288,7 @@ #endif #ifdef FEAT_COMPL_FUNC char_u *b_p_cfu; /* 'completefunc' */ - char_u *b_p_ofu; /* 'occultfunc' */ + char_u *b_p_ofu; /* 'omnifunc' */ #endif int b_p_eol; /* 'endofline' */ int b_p_et; /* 'expandtab' */