1
0
forked from aniani/vim

patch 9.0.0163: text property not adjusted for text inserted with "p"

Problem:    Text property not adjusted for text inserted with "p".
Solution:   Adjust column and length of text properties.
This commit is contained in:
Bram Moolenaar
2022-08-07 14:55:14 +01:00
parent 73c3842fa5
commit ecb00c7b61
3 changed files with 34 additions and 1 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
163,
/**/
162,
/**/