diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-29 06:51:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 06:51:00 +0800 |
commit | aa9d9cafd0da58745178fa5a9b0773dcce96f30e (patch) | |
tree | eae67412a2c263beba40b70d7a17b48267bacf58 /src/nvim/eval.lua | |
parent | b7831c7f996b769544d2bdc536ef601eb46b4918 (diff) | |
download | rneovim-aa9d9cafd0da58745178fa5a9b0773dcce96f30e.tar.gz rneovim-aa9d9cafd0da58745178fa5a9b0773dcce96f30e.tar.bz2 rneovim-aa9d9cafd0da58745178fa5a9b0773dcce96f30e.zip |
vim-patch:9.0.2135: No test for mode() when executing Ex commands (#26282)
Problem: No test for mode() when executing Ex commands
Solution: Add some test cases and simplify several other test cases.
Also add a few more test cases for ModeChanged.
closes: vim/vim#13588
https://github.com/vim/vim/commit/fcaeb3d42b228e73c669b2fce78f1d3fe112769f
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 32a5fac4a0..6355dd6b93 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -7038,9 +7038,9 @@ M.funcs = { Rvc Virtual Replace mode completion |compl-generic| Rvx Virtual Replace mode |i_CTRL-X| completion c Command-line editing - cr Command-line while in overstrike mode |c_<Insert>| + cr Command-line editing overstrike mode |c_<Insert>| cv Vim Ex mode |gQ| - cvr Vim Ex while in overstrike mode |c_<Insert>| + cvr Vim Ex mode while in overstrike mode |c_<Insert>| r Hit-enter prompt rm The -- more -- prompt r? A |:confirm| query of some sort |