]> granicus.if.org Git - vim/commit
patch 8.2.5162: reading before the start of the line with BS in Replace mode v8.2.5162
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Jun 2022 11:59:02 +0000 (12:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Jun 2022 11:59:02 +0000 (12:59 +0100)
commit0971c7a4e537ea120a6bb2195960be8d0815e97b
tree482d46ea27c72263da38e96c09c242a7afb11586
parent8a3b805c6c9cae341d560df9c3567ebbe42a7404
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.
src/edit.c
src/version.c