summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/wildmode_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-10-08fix(cmdline): don't treat c_CTRL-D as wildmenu (#36067)zeertzjq1
2025-09-09fix(cmdline): fix inconsistent behavior with ext_popupmenu (#35688)zeertzjq1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-08-14refactor(tests): again yet more global highlight definitionsbfredl1
2024-06-14fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-02-25test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis 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-17vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-10-05feat(messages)!: graduate the 'msgsep' featurebfredl1
2022-08-24fix(cmdline): do not trigger completion at wrong time (#19920)zeertzjq1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2020-12-01Merge pull request #13428 from janlazo/nvim-8.0.1525Jan Edmund Lazo1
2020-12-01test/wildmode_spec: override $PS1Jan Edmund Lazo1
2020-12-01ex_getln: add secret charmBjörn Linse1
2020-03-28Merge pull request #11746 from Billy4195/add_wildmenu_keyMatthieu Coudron1
2020-01-23ex_getln.c: wildmenu add cancel and apply opsBilly Su1
2020-01-21wildmode: fix wildmode=longest,full with pum #11690akovaski1
2019-09-04fixup! test/wildmode_spec: fix flaky testJustin M. Keyes1
2019-09-04test/wildmode_spec: fix flaky testJustin M. Keyes1
2019-09-03test/wildmode_spec: fix flaky testJustin M. Keyes1
2019-09-01test: use shell-test (avoid system shell)Justin M. Keyes1
2019-06-03test: don't detach screen just to change the sizeBjörn Linse1
2019-06-03Add testJit Yao Yap1
2019-06-03test: avoid some boilerplateJustin M. Keyes1
2019-06-02[RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103)Jit1
2019-05-18test: remove use of require('test.helpers')Justin M. Keyes1
2019-05-14ui/terminal: make terminal state redraw like any other stateBjörn Linse1
2019-03-16Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes1
2019-03-06Fix environment variable on Windowserw71
2019-03-03test: multibyte env var names #9655Justin M. Keyes1
2018-12-31multigrid: add multigrid screen testsUtkarsh Maheshwari1
2018-10-15tests: improve robustness of immediate successes in screen testsBjörn Linse1
2018-08-27tests: introduce screen:expect{...} formBjörn Linse1
2018-06-02wildmenu: close before redrawing statusline (#8453)Alexander Karle1
2018-02-19test: win: emulate yes with for loopJan Edmund Lazo1
2018-02-19test: win: enable ui/wildmode_spec.luaJan Edmund Lazo1
2017-10-31Merge #7454 'ui: ext_wildmenu'Justin M. Keyes1
2017-10-29ui: allow external ui to draw wildmenuDongdong Zhou1
2017-08-06input: skip dialogs if no UI is activeJustin M. Keyes1
2017-08-06clint: allow starting brace after `enum`Justin M. Keyes1
2017-08-05terminal: block redraw during c_CTRL-DJustin M. Keyes1