]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3912: the ins_complete() function is much too long v8.2.3912
authorBram Moolenaar <Bram@vim.org>
Mon, 27 Dec 2021 12:52:07 +0000 (12:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 27 Dec 2021 12:52:07 +0000 (12:52 +0000)
commitbf7ff61af490a2fbc0d9c7d42f3bb7eb7d37127e
treeb5163f9d91a7b0389ddc7cc7551b8f8bee213859
parentef8f04b1d1daf2e0be8fa38dedcae84ebfc5ffb4
patch 8.2.3912: the ins_complete() function is much too long

Problem:    The ins_complete() function is much too long.
Solution:   Split it up into multiple functions. (Yegappan Lakshmanan,
            closes #9414)
src/insexpand.c
src/version.c