summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/terminal/highlight_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-02-03test(tty-test): enable VTI and VTP on Windows (#37677)zeertzjq1
2026-01-27fix(terminal): wrong colors with nvim_open_term() in non-curbuf (#37579)zeertzjq1
2025-10-04fix(terminal): handle OSC 8 split into multiple fragmentszeertzjq1
2025-07-16test(tui_spec): flakiness, global highlight definitions #34958luukvbaal1
2025-06-30fix(term): terminal attr index may exceed TERM_ATTRS_MAX #34318Gabriel Ford1
2025-06-10fix(terminal): fix OSC 8 parsing (#34424)Gregory Anders1
2025-01-04test: use spawn_wait() instead of system() #31852Justin M. Keyes1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-15refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes1
2024-08-15feat(term): support OSC 8 hyperlinks in :terminal (#30050)Gregory Anders1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-17test: combining TermCursorNC with CursorLine/CursorColumn (#27898)zeertzjq1
2024-03-17refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-07test: forward $VIMRUNTIME in child nvim instancesGregory Anders1
2023-12-07test: set 'termguicolors' in outer Nvim instance (#26437)zeertzjq1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-09-26feat(terminal): recognize underdouble and undercurlAndrey Bushev1
2022-06-30refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2022-05-18test: unskip tests on Windows (#18600)zeertzjq1
2022-04-15docs: typo fixes (#17859)dundargoc1
2022-03-06fix(api): highlight attribute for underlineKirill Chibisov1
2022-02-20ci: skip tests that fail on windowsDundar Göc1
2019-11-03terminal: add tests for palette color forwardingBjörn Linse1
2019-09-13syntax, TUI: support "strikethrough"Jaskaran Singh1
2019-05-02terminal: swap priority of terminal, editor highlightsJustin M. Keyes1
2019-01-29:terminal : set topline based on window height #8325Andrew Pyatkov1
2018-11-30highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes1
2017-08-16win: support :terminalerw71
2017-04-09functests: Fix terminal/highlight_specZyX1
2017-04-09functests: Replace execute with either command or feed_commandZyX1
2016-11-17build: Target luacheck HEAD.Justin M. Keyes1
2016-09-16test: synIDattr returns empty, not -1Stéphane Campinas1
2016-09-16syntax.c: Support bg/fg special color-names. #5319Kerem Cakirer1
2016-08-31Merge pull request #5225 from equalsraf/windows-functionaltestsBjörn Linse1
2016-08-29api/ui: add tests for popupmenu_external eventsBjörn Linse1
2016-08-26Mark some functional tests as pending in WindowsRui Abreu Ferreira1
2016-08-14tests: don't ignore highlights in terminal testsBjörn Linse1
2016-06-18test/highlight_spec: Test "gui" arg of synIDattr().Justin M. Keyes1
2016-06-18synIDattr(): return RRGGBB value for [fg|bg|sp]# #4851Rom Grk1
2016-06-10functests: Check logs in lua codeZyX1