diff options
Diffstat (limited to 'src/structs.h')
| -rw-r--r-- | src/structs.h | 2 |
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' */ |
