]> granicus.if.org Git - vim/commit
patch 8.2.3989: some insert completion code is not tested v8.2.3989
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 3 Jan 2022 11:03:48 +0000 (11:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Jan 2022 11:03:48 +0000 (11:03 +0000)
commite982586f8eebf2b055987218f6d3f7a084c4bf69
tree99e63f241c4e8f329eca27a710dfbf335c965d97
parent475d9521baaeb060ebb915d678094ff28e67b5be
patch 8.2.3989: some insert completion code is not tested

Problem:    Some insert completion code is not tested.
Solution:   Add a few tests.  Refactor thesaurus completion. (Yegappan
            Lakshmanan, closes #9460)
src/insexpand.c
src/testdir/test_edit.vim
src/testdir/test_ins_complete.vim
src/version.c