]> granicus.if.org Git - vim/commit
patch 8.2.4954: inserting line breaks text property spanning two lines v8.2.4954
authorLemonBoy <thatlemon@gmail.com>
Sat, 14 May 2022 17:10:15 +0000 (18:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 May 2022 17:10:15 +0000 (18:10 +0100)
commit698cb4c8fa16a4dbe4830648532c09d7e5c89095
tree5ed59c30e81410dee01bc4de72241dfe7ce700d4
parent30ab04e16e1e9e6133590181197b3f8e70cb495e
patch 8.2.4954: inserting line breaks text property spanning two lines

Problem:    Inserting line breaks text property spanning more then one line.
Solution:   Check TP_FLAG_CONT_PREV and TP_FLAG_CONT_NEXT. (closes #10423)
src/testdir/test_textprop.vim
src/textprop.c
src/version.c