1
0
forked from aniani/vim

patch 9.0.0870: get E967 when using text property in quickfix window

Problem:    Get E967 when using text property in quickfix window. (Sergey
            Vlasov)
Solution:   Do not add an extra NUL and compute the text length correctly.
            (closes #11513)
This commit is contained in:
Bram Moolenaar
2022-11-13 12:54:50 +00:00
parent 28c56d5013
commit 2f7bfe66a1
3 changed files with 35 additions and 4 deletions

View File

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