aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/vimfn.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-28 11:46:20 +0800
committerGitHub <noreply@github.com>2023-11-28 11:46:20 +0800
commite6d38c7dac2e079d9b0f1621fef193bca858664f (patch)
treed585eff109bbf28495e55bed109261c5577a1d59 /runtime/lua/vim/_meta/vimfn.lua
parent1a8f60c7d2699826b51f23b040b83b1d96a14930 (diff)
downloadrneovim-e6d38c7dac2e079d9b0f1621fef193bca858664f.tar.gz
rneovim-e6d38c7dac2e079d9b0f1621fef193bca858664f.tar.bz2
rneovim-e6d38c7dac2e079d9b0f1621fef193bca858664f.zip
vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)
Problem: Cannot detect overstrike mode in Cmdline mode Solution: Make mode() return "cr" for overstrike closes: vim/vim#13569 https://github.com/vim/vim/commit/d1c3ef1f47c87d1da056c56564e1985fe6f2931d
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
-rw-r--r--runtime/lua/vim/_meta/vimfn.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua
index b443fb5d78..de2896e094 100644
--- a/runtime/lua/vim/_meta/vimfn.lua
+++ b/runtime/lua/vim/_meta/vimfn.lua
@@ -5812,7 +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>|
--- cv Vim Ex mode |gQ|
+--- cvr Vim Ex while in overstrike mode |c_<Insert>|
--- r Hit-enter prompt
--- rm The -- more -- prompt
--- r? A |:confirm| query of some sort