aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
Commit message (Expand)AuthorAge
...
* vim-patch:9.0.1759: Visual highlight not working with cursor at end of screen...zeertzjq2023-08-21
* fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)zeertzjq2023-08-19
* vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'zeertzjq2023-08-18
* vim-patch:9.0.1731: blockwise Visual highlight not working with virtual text ...zeertzjq2023-08-18
* fix(statuscolumn): don't update clicks if current width is 0 (#24459)zeertzjq2023-07-24
* feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
* perf(extmarks): don't handle inline virt_text if there is none (#24322)zeertzjq2023-07-12
* fix(drawline): fix missing Visual hl on double-width fold char (#24308)zeertzjq2023-07-11
* fix(extmarks): fix wrong highlight after "combine" virt_text (#24281)Ibby2023-07-08
* fix(folds): fix missing virt_lines above when fold is hidden (#24274)zeertzjq2023-07-07
* fix(drawline): inline virt_text hl_mode inside syntax/extmark hl (#24273)zeertzjq2023-07-07
* fix(column): fix wrong cursor with 'statuscolumn' and cpo+=n (#24268)zeertzjq2023-07-06
* refactor: remove longdundargoc2023-07-03
* refactor: fix clang/PVS warnings (#24213)zeertzjq2023-06-30
* fix(column): handle unprintable chars in 'statuscolumn' (#24198)zeertzjq2023-06-29
* fix(extmarks): fix heap buffer overflow caused by inline virtual text (#23851)Ibby2023-06-24
* feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)zeertzjq2023-06-22
* fix(extmarks): hide inline virt_text properly with 'smoothscroll' (#24106)zeertzjq2023-06-22
* fix(extmarks): empty inline virt_text interfering with DiffText (#24101)zeertzjq2023-06-22
* fix(extmarks): empty inline virt_text interfering with Visual highlightzeertzjq2023-06-22
* fix(folds): don't show search or match highlighting on fold (#24084)zeertzjq2023-06-21
* fix(extmarks): don't position overlay virt_text halfway a char (#24027)zeertzjq2023-06-15
* fix(extmarks): handle inline virt_text with empty chunk (#24005)zeertzjq2023-06-13
* vim-patch:9.0.1626: Visual area not shown when using 'showbreak' (#23978)zeertzjq2023-06-11
* vim-patch:9.0.1606: using freed memory when 'foldcolumn' is set (#23906)zeertzjq2023-06-05
* fix(folds): allow overlay virtual text on folded line (#23892)zeertzjq2023-06-03
* Merge pull request #23789 from luukvbaal/spellzeertzjq2023-06-01
|\
| * refactor(drawscreen): avoid spell check on folded or filler lineszeertzjq2023-06-01
| * vim-patch:9.0.1595: line pointer becomes invalid when using spell checkingLuuk van Baal2023-06-01
| * vim-patch:9.0.1585: weird use of static variables for spell checkingLuuk van Baal2023-06-01
* | fix(extmarks): fix virt_text_hide off-by-one hiding (#23795)zeertzjq2023-05-28
* | test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)zeertzjq2023-05-28
|/
* fix(extmarks): make right_align and win_col work on wrapped line (#23759)zeertzjq2023-05-27
* Merge pull request #23742 from bfredl/neolightbfredl2023-05-26
|\
| * fix(drawline): combine extmark highligh with area hl correctlybfredl2023-05-25
* | fix(extmarks): fix virt_text_hide with 'nowrap' and multibyte (#23757)zeertzjq2023-05-26
* | vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)luukvbaal2023-05-26
* | fix(folds): combined Folded and Visual highlights (#23752)zeertzjq2023-05-25
|/
* vim-patch:9.0.0590: after exiting Insert mode spelling not checked in next lineLuuk van Baal2023-05-25
* vim-patch:9.0.0175: spell checking for capital not working with trailing spaceLuuk van Baal2023-05-25
* fix(folds): show Folded highlight in Visual selection (#23741)zeertzjq2023-05-24
* Merge pull request #20130 from bfredl/inlinebfredl2023-05-22
|\
| * refactor(drawline): move inline text code to its own functionbfredl2023-05-22
| * fix(extmark): fix cursor position with both left and right gravity inline textbfredl2023-05-22
| * vim-patch:9.0.0210: 'list' mode does not work properly with virtual textIbby2023-05-22
| * fix(ui): fix overflowing nowrap virtual text not displaying if tab followsIbby2023-05-22
| * fix(ui): fix virtual text not displaying when two overlapping inlines (nowrap)Ibby2023-05-22
| * vim-patch:9.0.1067: in diff mode virtual text is highlighted incorrectlyIbby2023-05-22
| * fix(ui): fix incorrect highlighting when virtual text next to matchIbby2023-05-22
| * fix(ui): fix incorrect highlighting when virtual text wraps with numberIbby2023-05-22