aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/highlight_spec.lua
Commit message (Expand)AuthorAge
* test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* feat(term): support OSC 8 hyperlinks in :terminal (#30050)Gregory Anders2024-08-15
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: combining TermCursorNC with CursorLine/CursorColumn (#27898)zeertzjq2024-03-17
* refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq2024-03-17
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: forward $VIMRUNTIME in child nvim instancesGregory Anders2023-12-07
* test: set 'termguicolors' in outer Nvim instance (#26437)zeertzjq2023-12-07
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* feat(terminal): recognize underdouble and undercurlAndrey Bushev2022-09-26
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* test: unskip tests on Windows (#18600)zeertzjq2022-05-18
* docs: typo fixes (#17859)dundargoc2022-04-15
* fix(api): highlight attribute for underlineKirill Chibisov2022-03-06
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* terminal: add tests for palette color forwardingBjörn Linse2019-11-03
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* terminal: swap priority of terminal, editor highlightsJustin M. Keyes2019-05-02
* :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes2018-11-30
* win: support :terminalerw72017-08-16
* functests: Fix terminal/highlight_specZyX2017-04-09
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* build: Target luacheck HEAD.Justin M. Keyes2016-11-17
* test: synIDattr returns empty, not -1Stéphane Campinas2016-09-16
* syntax.c: Support bg/fg special color-names. #5319Kerem Cakirer2016-09-16
* Merge pull request #5225 from equalsraf/windows-functionaltestsBjörn Linse2016-08-31
|\
| * Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* | api/ui: add tests for popupmenu_external eventsBjörn Linse2016-08-29
|/
* tests: don't ignore highlights in terminal testsBjörn Linse2016-08-14
* test/highlight_spec: Test "gui" arg of synIDattr().Justin M. Keyes2016-06-18
* synIDattr(): return RRGGBB value for [fg|bg|sp]# #4851Rom Grk2016-06-18
* functests: Check logs in lua codeZyX2016-06-10
* test: Screen also checks 'special' when testing attribute equalityAdnoC2016-05-17
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* Test: synIDattr(): true color awarenessMarco Hinz2015-07-18
* term: use an argument vector for termopen().Scott Prager2015-05-02
* test: Add terminal testsThiago de Arruda2015-03-25