aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/decorations_spec.lua
Commit message (Expand)AuthorAge
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* vim-patch:9.0.0194: cursor displayed in wrong position after removing text pr...zeertzjq2023-03-17
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)Lewis Russell2023-02-05
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* docs: fix typos (#20724)dundargoc2022-10-23
* fix(decoration): call providers in win_update() earlierLewis Russell2022-10-15
* fix(decoration): redraw correctly when re-using idsLewis Russell2022-10-14
* Merge pull request #20343 from zeertzjq/virt-lines-vcolbfredl2022-09-30
|\
| * fix(extmarks): make virt_lines always start at 0 virtcolzeertzjq2022-09-25
* | fix(ui): redraw end of buffer if last line is modified (#20354)zeertzjq2022-09-27
|/
* vim-patch:9712ff1288f9 (#20240)Christian Clason2022-09-18
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
* fix(decorations): nvim_buf_set_extmark breaks conceal #19010ii142022-06-19
* fix(screen): restart win_update() if a decor provider changes signcols (#18768)zeertzjq2022-06-01
* docs: typo fixes (#17859)dundargoc2022-04-15
* fix(decorations): do not put empty virt_text (#17872)zeertzjq2022-03-29
* fix(screen): do not do syntax highlighting at filler or folded lines (#17818)zeertzjq2022-03-23
* fix(extmarks): fix signsLewis Russell2022-03-08
* feat(decorations): support signsLewis Russell2022-03-05
* fix(screen): do not draw filler lines post eof if already at last rowzeertzjq2021-12-07
* fix(extmark): fix missing virt_lines when using id param of set_extmarkBjörn Linse2021-11-01
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor(decorations): merge the two different code paths for virt_textBjörn Linse2021-07-29
* feat(decorations): allow more than one stacked highlight in a virt_textBjörn Linse2021-07-29
* fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespaceBjörn Linse2021-07-29
* coverity/331378: Fix inserting new decor providerJames McCoy2021-05-06
* decorations: right_align and win_colBjörn Linse2021-05-01
* decoration: Clean up duplicate Decoration attributes + bonus hl_eol flagBjörn Linse2021-04-14
* decorations: memory error with ephemeral virt_textBjörn Linse2021-03-23
* api: destabilize nvim_set_hl_nsBjörn Linse2021-03-15
* decorations: add additional styling of virt_text overlaysBjörn Linse2021-03-10
* decorations: allow virt_text overlay at any columnBjörn Linse2021-02-22
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* api: add API for themesBjörn Linse2020-11-01
* api: multiple decoration providers at onceBjörn Linse2020-10-10