forked from aniani/vim
patch 8.1.2216: text property in wrong place after :substitute
Problem: Text property in wrong place after :substitute. Solution: Pass the new column instead of the old one. (Christian Brabandt, closes #4427)
This commit is contained in:
@@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2216,
|
||||
/**/
|
||||
2215,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user