autocmd: Fix event name casing #11332

Affects getcompletion()
This commit is contained in:
lacygoill 2019-11-04 08:18:06 +01:00 committed by Justin M. Keyes
parent b678d33dd3
commit 1def94597b
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ return {
'BufWritePre', -- before writing a buffer
'ChanInfo', -- info was received about channel
'ChanOpen', -- channel was opened
'CmdLineChanged', -- command line was modified
'CmdLineEnter', -- after entering cmdline mode
'CmdLineLeave', -- before leaving cmdline mode
'CmdlineChanged', -- command line was modified
'CmdlineEnter', -- after entering cmdline mode
'CmdlineLeave', -- before leaving cmdline mode
'CmdUndefined', -- command undefined
'CmdWinEnter', -- after entering the cmdline window
'CmdWinLeave', -- before leaving the cmdline window