]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4219: reading before the start of the line v8.2.4219
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Jan 2022 21:26:17 +0000 (21:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Jan 2022 21:26:17 +0000 (21:26 +0000)
commit44db8213d38c39877d2148eff6a72f4beccfb94e
treeeb335ea046fce7c378c65893ddb4ea2c1e27458b
parent806d037671e133bd28a7864248763f643967973a
patch 8.2.4219: reading before the start of the line

Problem:    Reading before the start of the line.
Solution:   Check boundary before trying to read the character.
src/register.c
src/testdir/test_visual.vim
src/version.c