diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/builtin.txt | 4 | ||||
-rw-r--r-- | runtime/lua/vim/_meta/vimfn.lua | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index ab127d8c67..349bb93133 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -4850,9 +4850,9 @@ mode([expr]) *mode()* 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 diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua index de2896e094..947424c4ad 100644 --- a/runtime/lua/vim/_meta/vimfn.lua +++ b/runtime/lua/vim/_meta/vimfn.lua @@ -5812,9 +5812,9 @@ function vim.fn.mkdir(name, flags, prot) end --- 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 |