aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/wildmode_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): again yet more global highlight definitionsbfredl2024-08-14
* fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski2024-06-14
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq2024-02-25
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* fix(cmdline): do not trigger completion at wrong time (#19920)zeertzjq2022-08-24
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* Merge pull request #13428 from janlazo/nvim-8.0.1525Jan Edmund Lazo2020-12-01
|\
| * test/wildmode_spec: override $PS1Jan Edmund Lazo2020-12-01
* | ex_getln: add secret charmBjörn Linse2020-12-01
|/
* Merge pull request #11746 from Billy4195/add_wildmenu_keyMatthieu Coudron2020-03-28
|\
| * ex_getln.c: wildmenu add cancel and apply opsBilly Su2020-01-23
* | wildmode: fix wildmode=longest,full with pum #11690akovaski2020-01-21
|/
* fixup! test/wildmode_spec: fix flaky testJustin M. Keyes2019-09-04
* test/wildmode_spec: fix flaky testJustin M. Keyes2019-09-04
* test/wildmode_spec: fix flaky testJustin M. Keyes2019-09-03
* test: use shell-test (avoid system shell)Justin M. Keyes2019-09-01
* test: don't detach screen just to change the sizeBjörn Linse2019-06-03
* Add testJit Yao Yap2019-06-03
* test: avoid some boilerplateJustin M. Keyes2019-06-03
* [RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103)Jit2019-06-02
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* ui/terminal: make terminal state redraw like any other stateBjörn Linse2019-05-14
* Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes2019-03-16
|\
| * Fix environment variable on Windowserw72019-03-06
|/
* test: multibyte env var names #9655Justin M. Keyes2019-03-03
* multigrid: add multigrid screen testsUtkarsh Maheshwari2018-12-31
* tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* wildmenu: close before redrawing statusline (#8453)Alexander Karle2018-06-02
* test: win: emulate yes with for loopJan Edmund Lazo2018-02-19
* test: win: enable ui/wildmode_spec.luaJan Edmund Lazo2018-02-19
* Merge #7454 'ui: ext_wildmenu'Justin M. Keyes2017-10-31
|\
| * ui: allow external ui to draw wildmenuDongdong Zhou2017-10-29
|/
* input: skip dialogs if no UI is activeJustin M. Keyes2017-08-06
* clint: allow starting brace after `enum`Justin M. Keyes2017-08-06
* terminal: block redraw during c_CTRL-DJustin M. Keyes2017-08-05
* win_redr_status(): skip if wildmenu is showingJustin M. Keyes2017-08-05
* Use vim_strchr(s, c) when c may be NUL (#6656)James McCoy2017-05-03