The new cmdline autocommands are described in the alphabetical list of autocommand events (:help autocmd-events-abc), but their summaries are missing from the overview list (help autocommand-events) in Vim 8.0.1569. A patch is attached.
Regards, Gary -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff -r 6ef2dba73dab runtime/doc/autocmd.txt --- a/runtime/doc/autocmd.txt Mon Mar 05 12:45:06 2018 +0100 +++ b/runtime/doc/autocmd.txt Mon Mar 05 09:59:34 2018 -0800 @@ -324,6 +324,10 @@ |CmdwinEnter| after entering the command-line window |CmdwinLeave| before leaving the command-line window +|CmdlineChanged| after a change was made to the command-line text +|CmdlineEnter| after the cursor movess to the command line +|CmdlineLeave| before the cursor leaves the command line + |InsertEnter| starting Insert mode |InsertChange| when typing <Insert> while in Insert or Replace mode |InsertLeave| when leaving Insert mode
