]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3520: cannot define a function for thesaurus completion v8.2.3520
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 16 Oct 2021 14:41:29 +0000 (15:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Oct 2021 14:41:29 +0000 (15:41 +0100)
commit160e994d768d03a3c826b58115cde94df8fce607
tree38f6ec253633b656db1be92790c26fc71eb72eee
parent2286304cdbba53ceb52b3ba2ba4a521b0a2f8d0f
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 #8987,
            closes 8950)
12 files changed:
runtime/doc/insert.txt
runtime/doc/options.txt
runtime/doc/quickref.txt
src/buffer.c
src/insexpand.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/structs.h
src/testdir/test_edit.vim
src/version.c