comparison src/structs.h @ 25974:416237f1de22 v8.2.3520

patch 8.2.3520: cannot define a function for thesaurus completion Commit: https://github.com/vim/vim/commit/160e994d768d03a3c826b58115cde94df8fce607 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Oct 16 15:41:29 2021 +0100 patch 8.2.3520: cannot define a function for thesaurus completion Problem: Cannot define a function for thesaurus completion. Solution: Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8987, closes 8950)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 16:45:04 +0200
parents 46205b125fbd
children c8fcea636252
comparison
equal deleted inserted replaced
25973:3b34837f4538 25974:416237f1de22
2862 char_u *b_p_csl; // 'completeslash' 2862 char_u *b_p_csl; // 'completeslash'
2863 #endif 2863 #endif
2864 #ifdef FEAT_COMPL_FUNC 2864 #ifdef FEAT_COMPL_FUNC
2865 char_u *b_p_cfu; // 'completefunc' 2865 char_u *b_p_cfu; // 'completefunc'
2866 char_u *b_p_ofu; // 'omnifunc' 2866 char_u *b_p_ofu; // 'omnifunc'
2867 char_u *b_p_thsfu; // 'thesaurusfunc'
2867 #endif 2868 #endif
2868 #ifdef FEAT_EVAL 2869 #ifdef FEAT_EVAL
2869 char_u *b_p_tfu; // 'tagfunc' 2870 char_u *b_p_tfu; // 'tagfunc'
2870 #endif 2871 #endif
2871 int b_p_eol; // 'endofline' 2872 int b_p_eol; // 'endofline'