mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
Merge pull request #16047 from mcepl/vim-8.2.3520
vim-patch:8.2.3520: cannot define a function for thesaurus completion
This commit is contained in:
@@ -766,6 +766,7 @@ struct file_buffer {
|
||||
unsigned b_tc_flags; ///< flags for 'tagcase'
|
||||
char_u *b_p_dict; ///< 'dictionary' local value
|
||||
char_u *b_p_tsr; ///< 'thesaurus' local value
|
||||
char_u *b_p_tsrfu; ///< 'thesaurusfunc' local value
|
||||
long b_p_ul; ///< 'undolevels' local value
|
||||
int b_p_udf; ///< 'undofile'
|
||||
char_u *b_p_lw; ///< 'lispwords' local value
|
||||
|
Reference in New Issue
Block a user