aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
Commit message (Expand)AuthorAge
* fix(highlight): attr set all when normal attr changedglepnir2023-10-04
* fix(highlight): winhl receive wrong argumentglepnir2023-09-19
* test(extmarks): add tests for #14201 #20004 #20885 (#23794)zeertzjq2023-05-28
* fix(drawline): combine extmark highligh with area hl correctlybfredl2023-05-25
* fix(highlight): combine ColorColumn with low-priority CursorLine (#23017)zeertzjq2023-04-11
* fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* test(highlight_spec): fix warning in Visual highlight test (#22719)zeertzjq2023-03-18
* test: use a wider screen in the rightleft winhl test (#22641)zeertzjq2023-03-12
* fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq2023-03-12
* fix(options): restore exists() behavior for options (#21510)zeertzjq2022-12-23
* fix(tests): only get the color map once, even for multiple test filesbfredl2022-11-27
* fix(ui): fix some cases of stale highlight definitionsbfredl2022-11-13
* vim-patch:8.2.2207: illegal memory access if popup menu items are changed (#2...zeertzjq2022-11-12
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* fix(highlight): set the window namespace when redrawing statuslinebfredl2022-08-30
* Merge pull request #19822 from bfredl/hldefbfredl2022-08-18
|\
| * fix(api): make nvim_set_hl(ns=0, ...) redraw screen properlybfredl2022-08-18
* | fix(winhl): do not crash when unsetting winhl in just opened windowbfredl2022-08-18
|/
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(winbar): make setting WinBar and WinBarNC in 'winhighlight' workzeertzjq2022-07-15
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* vim-patch:8.2.4707: redrawing could be a bit more efficient (#18022)zeertzjq2022-04-07
* vim-patch:8.2.4660: cursorcolumn is sometimes not correctzeertzjq2022-04-01
* vim-patch:8.2.4630: 'cursorline' not always updated with 'culopt' is "screenl...zeertzjq2022-03-28
* vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
* vim-patch:8.2.4591: cursor line not updated when a callback moves the cursorzeertzjq2022-03-24
* test: add a Lua screen test for CursorLineNr in diff modezeertzjq2022-03-08
* test: convert some colorcolumn tests to Lua screen testszeertzjq2022-02-12
* fix(highlight): always update window highlight if highlight changedzeertzjq2021-12-07
* vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* vim-patch:8.2.3295: 'cursorline' should not apply to 'breakindent' #15281zeertzjq2021-08-16
* fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-28
* Fix a failing test (highlight_spec.lua)Andy K. Massimino2021-03-20
* screen.c: Allow showbreak to override cursorline. (#13372)shade-of-noon2020-11-25
* options: winhighlight: fix incorrect string equality testBjörn Linse2020-01-28
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* vim-patch:8.0.0914: highlight attributes are always combined (#10256)Daniel Hahler2019-09-26
* Fix "precedes" listchar behavior in wrap modeZach Wegner2019-09-21
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2019-07-14
* vim-patch:8.1.1072: extending sign and foldcolumn below the text is confusing...Marco Hinz2019-04-03
* vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757Justin M. Keyes2019-03-19
* vim-patch:8.1.0994: fix relative cursor position #9676Justin M. Keyes2019-03-09
* Visual: highlight char-at-cursorJustin M. Keyes2019-01-04
* highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes2018-11-30
* diff/highlight: Fix GUI highlight for low-priority CursorLine (#9281)Justin M. Keyes2018-11-28
* diff/highlight: Show underline for low-priority CursorLineJustin M. Keyes2018-11-27
* ui: disable clearing almost everywhereBjörn Linse2018-10-22