]> granicus.if.org Git - vim/commit
patch 9.0.0020: with some completion reading past end of string v9.0.0020
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jul 2022 18:58:30 +0000 (19:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jul 2022 18:58:30 +0000 (19:58 +0100)
commitf12129f1714f7d2301935bb21d896609bdac221c
treece05cd5c868065408da749d38e96e8002830368d
parenteb273cd7b036c35ae9070bd6352101914f273e71
patch 9.0.0020: with some completion reading past end of string

Problem:    With some completion reading past end of string.
Solution:   Check the length of the string.
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c