summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-09-13 21:20:47 +0000
committerBram Moolenaar <Bram@vim.org>2005-09-13 21:20:47 +0000
commitf75a963eea9a893bb60c0b8eb425b2161de4919f (patch)
tree60f6d73ec091dc053cdaf4a0c0dc2f5465ef3359 /src/structs.h
parent5e0d6678adf1dfff841acdd7f7424d565e63fbcc (diff)
downloadvim-git-f75a963eea9a893bb60c0b8eb425b2161de4919f.tar.gz
updated for version 7.0146
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 88fcf487c..94b9ddbeb 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1288,7 +1288,7 @@ struct file_buffer
#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' */