commit | 0971c7a4e537ea120a6bb2195960be8d0815e97b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 12:59:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 12:59:02 2022 +0100 |
tree | 482d46ea27c72263da38e96c09c242a7afb11586 | |
parent | 8a3b805c6c9cae341d560df9c3567ebbe42a7404 [diff] [blame] |
patch 8.2.5162: reading before the start of the line with BS in Replace mode Problem: Reading before the start of the line with BS in Replace mode. Solution: Check the cursor column is more than zero.
diff --git a/src/version.c b/src/version.c index 9fba35b..cf2e77d 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5162, +/**/ 5161, /**/ 5160,