mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00

committed by
Justin M. Keyes

parent
b678d33dd3
commit
1def94597b
@@ -21,9 +21,9 @@ return {
|
|||||||
'BufWritePre', -- before writing a buffer
|
'BufWritePre', -- before writing a buffer
|
||||||
'ChanInfo', -- info was received about channel
|
'ChanInfo', -- info was received about channel
|
||||||
'ChanOpen', -- channel was opened
|
'ChanOpen', -- channel was opened
|
||||||
'CmdLineChanged', -- command line was modified
|
'CmdlineChanged', -- command line was modified
|
||||||
'CmdLineEnter', -- after entering cmdline mode
|
'CmdlineEnter', -- after entering cmdline mode
|
||||||
'CmdLineLeave', -- before leaving cmdline mode
|
'CmdlineLeave', -- before leaving cmdline mode
|
||||||
'CmdUndefined', -- command undefined
|
'CmdUndefined', -- command undefined
|
||||||
'CmdWinEnter', -- after entering the cmdline window
|
'CmdWinEnter', -- after entering the cmdline window
|
||||||
'CmdWinLeave', -- before leaving the cmdline window
|
'CmdWinLeave', -- before leaving the cmdline window
|
||||||
|
Reference in New Issue
Block a user