commit | f3333b02f34526da46cdae608f7e2d869bb8c654 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 19 22:53:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 19 22:53:40 2019 +0200 |
tree | be05ce3393cee6644f8755f59dcdf4b3694dbc33 | |
parent | 386b43e59498cc7b52a60f09f74bdb44df99386c [diff] [blame] |
patch 8.1.1359: text property wrong after :substitute with backslash Problem: Text property wrong after :substitute with backslash. Solution: Adjust text property columns when removing backslashes. (closes #4397)
diff --git a/src/version.c b/src/version.c index 0cd0d7c..f9962a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1359, +/**/ 1358, /**/ 1357,