]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0489: using "end_lnum" with virtual text causes problems v9.0.0489
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 17:57:36 +0000 (18:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 17:57:36 +0000 (18:57 +0100)
commitfb593c5350e8fe23b608ded5a011cd7eefe73922
treebace58f143d5885df770e894b46fe9a95c8137d7
parent4c7fd4d68f69b4e420a5448f144f4d57eda22f8c
patch 9.0.0489: using "end_lnum" with virtual text causes problems

Problem:    Using "end_lnum" with virtual text causes problems.
Solution:   Disallow using "end_lnum" with virtual text. (closes #11151)
            Also disallow "end_col" and "length".
src/errors.h
src/testdir/test_textprop.vim
src/textprop.c
src/version.c