]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3937: Insert mode completion function is too long v8.2.3937
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 29 Dec 2021 17:38:46 +0000 (17:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Dec 2021 17:38:46 +0000 (17:38 +0000)
commitedc6f103907a004b9e2265e232dc8be8bc594601
tree75106955f3c054d14125f45ee8afca013bc5e619
parentccc1644f95e7833c23fa0d440e42293c1622fdcb
patch 8.2.3937: Insert mode completion function is too long

Problem:    Insert mode completion function is too long.
Solution:   Refactor into multiple functions. (Yegappan Lakshmanan,
            closes #9423)
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c