1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/resources/cursor_shape.template.swift

9 lines
132 B
Swift
Raw Normal View History

2019-12-26 12:47:09 +03:00
// Auto generated for nvim ${version}
// See bin/generate_cursor_shape.py
public enum CursorModeShape: UInt {
${cursor_shapes}
}