summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/cmdline_highlight_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-06-09fix: `fn.exists()` typos (#34390)phanium1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-03-15docs: miscdundargoc1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
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-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-10-03refactor(message): simplify msg_puts_display and use batched grid updatesbfredl1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-03-26test: use exec_capture() in more places (#22787)zeertzjq1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2023-01-16refactor: remove E5500, adjust testszeertzjq1
2022-11-29docs: fix typos (#21196)dundargoc1
2022-08-17fix(tests): remove irrelevant usage of display-=msgsepbfredl1
2022-02-17test: add some tests for :*map <expr>Jay Sandhu1
2019-12-02API: deprecate nvim_command_outputJustin M. Keyes1
2019-07-28vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusingJan Edmund Lazo1
2019-04-24Spurious quote mark in command line when typing <C-R> (#9934)Gabriel Cruz1
2019-04-12vim-patch:8.0.0714: cmdline redraw during timer #9835Gabriel Cruz1
2018-10-22ui: disable clearing almost everywhereBjörn Linse1
2018-10-17Merge #9124 'vim-patch:8.0.1672'Justin M. Keyes1
2018-10-15tests: improve robustness of immediate successes in screen testsBjörn Linse1
2018-10-14functionaltest: map error does not cancel promptJan Edmund Lazo1
2018-06-17vim-patch:8.0.0609: some people still don't know how to quit (#8571)Jan Edmund Lazo1
2018-03-31msg: do not scroll entire screen (#8088)Björn Linse1
2018-03-25*: Make sure that !did_throw implies !current_exceptionZyX1
2018-01-10api: change nvim_command_output behaviorJustin M. Keyes1
2017-11-30*: Replace all occurrences of NVim with NvimZyX1
2017-11-26functests: Add some more testsZyX1
2017-11-19viml/parser/expressions,unittests: Do better testing, fix found issuesZyX1
2017-11-13unittests,syntax: Check for sanity of highlight_init_cmdlineZyX1
2017-11-06tests: Fix testlint errorsZyX1
2017-10-29ex_getln: Make use of new parser to color expressionsZyX1
2017-08-14ex_getln: Make error messages look betterZyX1
2017-08-14functests: Alter commentZyX1
2017-08-14functests: Check that input is correctly silencedZyX1
2017-07-26ex_getln: Cache highlight callback calling resultsZyX1
2017-07-18functests: Add sleep to <C-c> testZyX1
2017-07-18functests: Test input() nesting supportZyX1
2017-07-18functests: Check for previously unchecked errorsZyX1
2017-07-18ex_getln: Check prev_prompt_errors before running redrawcmdlineZyX1
2017-07-18api helpers: Also save and restore did_emsgZyX1
2017-07-17ex_getln: Do not goto color_cmdline_end without first cleaning upZyX1
2017-07-01ex_getln: Save and restore try stateZyX1