]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0153: Text properties corrupted with fo+=aw and backspace v9.1.0153
authorzeertzjq <zeertzjq@outlook.com>
Wed, 6 Mar 2024 19:54:22 +0000 (20:54 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 6 Mar 2024 19:54:22 +0000 (20:54 +0100)
commit7ac1145fbebb66dfee325dc5265309877d941c4e
tree4fa1c68eb4648a7d462908c16a475a68d7aa3b1c
parentc62dacb7ed30af310e93ad50bced5a510a618b39
patch 9.1.0153: Text properties corrupted with fo+=aw and backspace

Problem:  Text properties corrupted with fo+=aw and backspace
Solution: Allocate line and move text properties
          (zeertzjq)

closes: #14147

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/edit.c
src/testdir/test_comments.vim
src/testdir/test_textprop.vim
src/version.c