]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0320: several bugs with text properties v9.2.0320
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 7 Apr 2026 20:46:10 +0000 (20:46 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 7 Apr 2026 20:46:10 +0000 (20:46 +0000)
commitff41e9d853ef3e366575e375d8c40cf11d5e331b
treeb4dee9635c49905e60a49cf8eb1490630b6a458e
parentc79edc0df9832715eb2537a8d5e9b91ff191a131
patch 9.2.0320: several bugs with text properties

Problem:  several bugs with text properties
Solution: Fix the bugs, rework the text properties work

related: #19685
fixes:   #19680
fixes:   #19681
fixes:   #12568
fixes:   #19256
closes:  #19869

Co-Authored-By: Paul Ollis <paul@cleversheep.org>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
20 files changed:
runtime/doc/textprop.txt
runtime/doc/version9.txt
src/buffer.c
src/change.c
src/charset.c
src/drawline.c
src/errors.h
src/ex_cmds.c
src/memline.c
src/ops.c
src/popupwin.c
src/proto/textprop.pro
src/structs.h
src/testdir/Make_all.mak
src/testdir/dumps/Test_prop_with_text_after_nowrap_2.dump
src/testdir/dumps/Test_prop_with_text_after_nowrap_3.dump
src/testdir/test_textprop.vim
src/testdir/test_textprop2.vim [new file with mode: 0644]
src/textprop.c
src/version.c