1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00
vimr/resources/cursor_shape.template.swift
2019-12-26 10:47:09 +01:00

9 lines
132 B
Swift

// Auto generated for nvim ${version}
// See bin/generate_cursor_shape.py
public enum CursorModeShape: UInt {
${cursor_shapes}
}