commit | ce1577502693940f1f9285cd803a075b738a2330 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 16:07:33 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 16:07:33 2017 +0200 |
tree | d4dae3d0bf8fe7d1a80edbc21a0a80a98ad0763e | |
parent | 9a91c7a1f9134f799b8672a4e3844781263e8cf3 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1da082d..221c757 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1230, +/**/ 1229, /**/ 1228,