]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1359: text property wrong after :substitute with backslash v8.1.1359
authorBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 20:53:40 +0000 (22:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 20:53:40 +0000 (22:53 +0200)
commitf3333b02f34526da46cdae608f7e2d869bb8c654
treebe05ce3393cee6644f8755f59dcdf4b3694dbc33
parent386b43e59498cc7b52a60f09f74bdb44df99386c
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)
src/change.c
src/edit.c
src/ex_cmds.c
src/misc1.c
src/ops.c
src/proto/textprop.pro
src/testdir/test_textprop.vim
src/textprop.c
src/version.c
src/vim.h