0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.2.3525: option variable name does not match option name

Problem:    Option variable name does not match option name. (Christ van
            Willigen)
Solution:   Rename the variable.
This commit is contained in:
Bram Moolenaar
2021-10-16 21:14:11 +01:00
parent 4eeedc09fe
commit d4c4bfa007
6 changed files with 11 additions and 9 deletions

View File

@@ -2864,7 +2864,7 @@ struct file_buffer
#ifdef FEAT_COMPL_FUNC
char_u *b_p_cfu; // 'completefunc'
char_u *b_p_ofu; // 'omnifunc'
char_u *b_p_thsfu; // 'thesaurusfunc'
char_u *b_p_tsrfu; // 'thesaurusfunc'
#endif
#ifdef FEAT_EVAL
char_u *b_p_tfu; // 'tagfunc'