aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2018-12-12 21:40:10 +0100
committerGitHub <noreply@github.com>2018-12-12 21:40:10 +0100
commit2f3a18695e41ec6afa98194b22d064ec81154dbf (patch)
tree936600d127e522fef943cdf44090dd76581a8ab2 /runtime
parentb9a441eb78349088d54eaa6e12c35aa06f0b1c6b (diff)
parent5f82889be78856ee189c254110bf087dba918b23 (diff)
downloadrneovim-2f3a18695e41ec6afa98194b22d064ec81154dbf.tar.gz
rneovim-2f3a18695e41ec6afa98194b22d064ec81154dbf.tar.bz2
rneovim-2f3a18695e41ec6afa98194b22d064ec81154dbf.zip
Merge pull request #7946 from bfredl/vim-8.0.1445
implement CmdlineChanged: vim-patch:8.0.1445 + nvim specific v:event stuff
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index c34dbaaf60..d7b74f99c2 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -521,10 +521,11 @@ CmdUndefined When a user command is used but it isn't
command is defined. An alternative is to
always define the user command and have it
invoke an autoloaded function. See |autoload|.
- *CmdlineChanged*
-CmdlineChanged After a change was made to the text in the
- command line. Be careful not to mess up
- the command line, it may cause Vim to lock up.
+ *CmdlineChanged*
+CmdlineChanged After a change was made to the text inside
+ command line. Be careful not to mess up the
+ command line, it may cause Vim to lock up.
+ <afile> is set to the |cmdline-char|.
*CmdlineEnter*
CmdlineEnter After entering the command-line (including
non-interactive use of ":" in a mapping: use