forked from aniani/vim
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.
This commit is contained in:
@@ -735,6 +735,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
5162,
|
||||
/**/
|
||||
5161,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user