]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0102: reading past end of line with insert mode completion v9.0.0102
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2022 20:51:37 +0000 (21:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2022 20:51:37 +0000 (21:51 +0100)
commita6f9e300161f4cb54713da22f65b261595e8e614
treef0663fef4a680eeaa7826e6f0cb4143aa51c0c3e
parent4e677b9c40ccbc5f090971b31dc2fe07bf05541d
patch 9.0.0102: reading past end of line with insert mode completion

Problem:    Reading past end of line with insert mode completion.
Solution:   Check text length.
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c