Module Vim__.Types
type mode
=
|
Normal
|
Insert
|
CommandLine
|
Replace
|
Visual
|
Operator
type autocmd
=
* NOTE: This type must be kept in sync with the `auto_event` enum in `vim.h`! * * For information on specific events, consult the comments for that enum.