]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0464: with virtual text "above" indenting doesn't work well v9.0.0464
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2022 15:09:57 +0000 (16:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2022 15:09:57 +0000 (16:09 +0100)
commit702bd6c7c61073c0907fd7608911aebee4acd337
tree83bc9559cd5c5803b671f70c129d274aaffdfd76
parentfebe13892ede37d2a8462b9921e05a55e059db0c
patch 9.0.0464: with virtual text "above" indenting doesn't work well

Problem:    With virtual text "above" indenting doesn't work well.
Solution:   Ignore text properties while adjusting indent. (issue #11084)
src/charset.c
src/globals.h
src/indent.c
src/testdir/test_textprop.vim
src/version.c