commit | 1fd30d7bae1b3e57f008c052d765a3ec73d58114 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 25 22:13:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 25 22:13:29 2019 +0200 |
tree | 9b2bd3dbfba4406d89eb6e89dad0cdd2dae50f4a | |
parent | 7aee6876eb4a66cc9d475e30bb58c060e7d4e90e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b30faa7..c95f305 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2216, +/**/ 2215, /**/ 2214,