mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
8 lines
122 B
Swift
8 lines
122 B
Swift
// Auto generated for nvim ${version}
|
|
// See bin/generate_autocmds.py
|
|
|
|
enum NvimAutoCommandEvent: Int {
|
|
|
|
${event_cases}
|
|
}
|