Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: add test for using :normal to stop Visual mode in cmdwin (#19904) | zeertzjq | 2022-08-23 |
| | |||
* | test: add some tests with :normal and Ex mode | zeertzjq | 2022-04-04 |
| | |||
* | fix(ex_normal): spam \n in Ex mode only if in Cmdline mode (#17977) | zeertzjq | 2022-04-03 |
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. |