semi-idle-arpg/addons/godot_vim/commands/movecolumn.gd

3 lines
60 B
GDScript3
Raw Normal View History

2024-09-19 19:03:06 -06:00
func execute(api, args):
api.cursor.move_column(int(args))