]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1230: CTRL-A in Visual mode uses character after selection v8.0.1230
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 14:07:33 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 14:07:33 +0000 (16:07 +0200)
commitce1577502693940f1f9285cd803a075b738a2330
treed4dae3d0bf8fe7d1a80edbc21a0a80a98ad0763e
parent9a91c7a1f9134f799b8672a4e3844781263e8cf3
patch 8.0.1230: CTRL-A in Visual mode uses character after selection

Problem:    CTRL-A in Visual mode uses character after selection. (Nikolai
            Pavlov)
Solution:   Check the length before using a character.
src/charset.c
src/version.c