summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds/normal_spec.lua
AgeCommit message (Collapse)AuthorFiles
2024-04-23test: improve test conventionsdundargoc1
Specifically, functions that are run in the context of the test runner are put in module `test/testutil.lua` while the functions that are run in the context of the test session are put in `test/functional/testnvim.lua`. Closes https://github.com/neovim/neovim/issues/27004.
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
Work on https://github.com/neovim/neovim/issues/27004.
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2022-08-23test: add test for using :normal to stop Visual mode in cmdwin (#19904)zeertzjq1
2022-04-04test: add some tests with :normal and Ex modezeertzjq1
2022-04-03fix(ex_normal): spam \n in Ex mode only if in Cmdline mode (#17977)zeertzjq1
When using :normal in Ex mode, the editor is no longer in Cmdline mode, but the exmode_active flag is still set, causing the wrong character to be spammed in Insert mode, leading to a hang.