diff options
author | Ibby <33922797+SleepySwords@users.noreply.github.com> | 2023-03-27 01:25:37 +1100 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-05-22 13:49:42 +0200 |
commit | c5bf838f8aa51709f8d7ee81cf2b2a6479c77ad7 (patch) | |
tree | 0b5a1a0596bf4d5dda60bd776749950e629af8be /src/nvim/api/buffer.c | |
parent | e12b5882af97126a9525a74a0955cc9e0f9114a9 (diff) | |
download | rneovim-c5bf838f8aa51709f8d7ee81cf2b2a6479c77ad7.tar.gz rneovim-c5bf838f8aa51709f8d7ee81cf2b2a6479c77ad7.tar.bz2 rneovim-c5bf838f8aa51709f8d7ee81cf2b2a6479c77ad7.zip |
fix(ui): fix visual and search highlighting interfering with virtual text
vim-patch:9.0.0193: search and match highlgith interfere with virtual text
Problem: Search and match highlgith interfere with virtual text highlight.
(Ben Jackson)
Solution: Check for match highlight after text properties. Reset and
restore search highlight when showing virtual text.
(closes vim/vim#10892)
https://github.com/vim/vim/commit/e38fc86180fd3f6b372648eea6adc3f623fea302
vim-patch:9.0.0452: Visual highlighting extends into virtual text prop
Problem: Visual highlighting extends into virtual text prop.
Solution: Do not highlight what isn't actually selected. Fix ordering of
stored text props.
https://github.com/vim/vim/commit/6eda17d881c9b2880ccb2a4d11951939a58f233d
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'src/nvim/api/buffer.c')
0 files changed, 0 insertions, 0 deletions