commit | e982586f8eebf2b055987218f6d3f7a084c4bf69 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 03 11:03:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 03 11:03:48 2022 +0000 |
tree | 99e63f241c4e8f329eca27a710dfbf335c965d97 | |
parent | 475d9521baaeb060ebb915d678094ff28e67b5be [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 21e11dc..6cff7cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3989, +/**/ 3988, /**/ 3987,