0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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:
Bram Moolenaar
2019-10-25 22:13:29 +02:00
parent 7aee6876eb
commit 1fd30d7bae
3 changed files with 40 additions and 4 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2216,
/**/
2215,
/**/