1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00
vimr/resources/autocmds.template.swift

8 lines
122 B
Swift
Raw Normal View History

2019-12-22 23:45:42 +03:00
// Auto generated for nvim ${version}
2019-12-26 12:47:09 +03:00
// See bin/generate_autocmds.py
2019-12-22 23:45:42 +03:00
enum NvimAutoCommandEvent: Int {
${event_cases}
}