]> granicus.if.org Git - vim/commit
patch 8.2.3950: going beyond the end of the line with /\%V v8.2.3950
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 15:29:18 +0000 (15:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 15:29:18 +0000 (15:29 +0000)
commit94f3192b03ed27474db80b4d3a409e107140738b
tree0072263578a64fc1ca12eca38d3a923fb73273e0
parent4c13e5e6763c6eb36a343a2b8235ea227202e952
patch 8.2.3950: going beyond the end of the line with /\%V

Problem:    Going beyond the end of the line with /\%V.
Solution:   Check for valid column in getvcol().
src/charset.c
src/testdir/test_regexp_latin.vim
src/version.c