]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1687: Vim9: out of bounds error v8.2.1687
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Sep 2020 20:39:11 +0000 (22:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Sep 2020 20:39:11 +0000 (22:39 +0200)
commit9b123d859053ad1fb91d38334726b9f24da39930
tree543fd4e6d63b59761146211250846ec4288750d9
parent71abe4828974af495602ffaff63cf643a16de84b
patch 8.2.1687: Vim9: out of bounds error

Problem:    Vim9: out of bounds error.
Solution:   Check that cmdidx is not negative.
src/version.c
src/vim9compile.c