aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorShougo <Shougo.Matsu@gmail.com>2022-08-29 14:11:52 +0900
committerGitHub <noreply@github.com>2022-08-29 13:11:52 +0800
commit253f0ffd8d4784b7fca03f8f6c2455b9ee83ff9b (patch)
treec013d5603d348f69ea5d47c2bf0477df1504e623 /runtime/doc/usr_41.txt
parent1dcaa75a6564b8a90e74a96e242803c6aa3f59cf (diff)
downloadrneovim-253f0ffd8d4784b7fca03f8f6c2455b9ee83ff9b.tar.gz
rneovim-253f0ffd8d4784b7fca03f8f6c2455b9ee83ff9b.tar.bz2
rneovim-253f0ffd8d4784b7fca03f8f6c2455b9ee83ff9b.zip
vim-patch:9.0.0285: it is not easy to change the command line from a plugin (#19979)
vim-patch:9.0.0285: it is not easy to change the command line from a plugin Problem: It is not easy to change the command line from a plugin. Solution: Add setcmdline(). (Shougo Matsushita, closes vim/vim#10869) https://github.com/vim/vim/commit/07ea5f1509fe8dafe3262ed2702b4d0fc99e288b
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 0c907bfb68..76c2f8454f 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -872,6 +872,7 @@ Command line: *command-line-functions*
getcmdpos() get position of the cursor in the command line
getcmdscreenpos() get screen position of the cursor in the
command line
+ setcmdline() set the current command line
setcmdpos() set position of the cursor in the command line
getcmdtype() return the current command-line type
getcmdwintype() return the current command-line window type