summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/highlight_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-17fix(completion): update CursorColumn during completion (#39159)zeertzjq1
2026-02-26test: remove remaining use of feed_command() in terminal/ (#38069)zeertzjq1
2026-02-17fix(highlight): refresh highlight attrs before message output #25737glepnir1
2025-12-16fix(highlight): respect 'winhighlight' in CursorLine Normal check #36927glepnir1
2025-12-09fix(highlight): Normal-linked groups shouldn't override CursorLine #35026glepnir1
2025-10-08test: add a test for #36059zeertzjq1
2025-10-08vim-patch:9.1.1836: 'culopt' "screenline" not redrawn with line("w0") and :retabzeertzjq1
2025-09-12vim-patch:9.1.1753: defaults: 'diffopt' option value can be improved (#35727)zeertzjq1
2025-05-30fix(redraw): update curswant for Visual selection (#34241)zeertzjq1
2025-02-17test: reduce flakiness in highlight tests (#32488)zeertzjq1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-10-22fix(options): fix 'winhl' still accepting invalid value (#30896)zeertzjq1
2024-10-12feat(ui): statusline text inherits highlights #29976Riley Bruins1
2024-09-23vim-patch:9.1.0740: incorrect internal diff with empty file (#30471)zeertzjq1
2024-09-14vim-patch:9.1.0729: Wrong cursor-screenline when resizing windowzeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-05refactor(tests): use more standard colors but with extra colorsbfredl1
2024-03-17refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq1
2024-03-15fix(highlight): don't show CursorColumn on current line (#27848)zeertzjq1
2024-02-28vim-patch:b1427b46f5fe (#27652)zeertzjq1
2024-02-15vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq1
2024-02-08vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'zeertzjq1
2024-02-06vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq1
2024-02-06docs: small fixes (#27213)dundargoc1
2024-02-05fix(redraw): update Visual selection properly with splits (#27343)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-21refactor(runtime): rewrite 'vim' color scheme in LuaEvgeni Chasnovski1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-10-04fix(highlight): attr set all when normal attr changedglepnir1
2023-09-19fix(highlight): winhl receive wrong argumentglepnir1
2023-05-28test(extmarks): add tests for #14201 #20004 #20885 (#23794)zeertzjq1
2023-05-25fix(drawline): combine extmark highligh with area hl correctlybfredl1
2023-04-11fix(highlight): combine ColorColumn with low-priority CursorLine (#23017)zeertzjq1
2023-04-06fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl1
2023-03-18test(highlight_spec): fix warning in Visual highlight test (#22719)zeertzjq1
2023-03-12test: use a wider screen in the rightleft winhl test (#22641)zeertzjq1
2023-03-12fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq1
2022-12-23fix(options): restore exists() behavior for options (#21510)zeertzjq1
2022-11-27fix(tests): only get the color map once, even for multiple test filesbfredl1
2022-11-13fix(ui): fix some cases of stale highlight definitionsbfredl1
2022-11-12vim-patch:8.2.2207: illegal memory access if popup menu items are changed (#2...zeertzjq1
2022-10-05feat(messages)!: graduate the 'msgsep' featurebfredl1
2022-08-30fix(highlight): set the window namespace when redrawing statuslinebfredl1
2022-08-18Merge pull request #19822 from bfredl/hldefbfredl1
2022-08-18fix(api): make nvim_set_hl(ns=0, ...) redraw screen properlybfredl1