habamax / vim-godot

Use vim and godot engine to make games
MIT License
498 stars 24 forks source link

incorrect indent on : #4

Closed habamax closed 4 years ago

habamax commented 4 years ago

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: