habamax / vim-godot

Use vim and godot engine to make games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect indent on :

habamax opened this issue · comments

When you enter : after Stars in the following example:

func get_stars(level_nr):
	prints("Stars:

line with prints dedents:

func get_stars(level_nr):
prints("Stars: