-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
When I add an if statement, and press <Enter>, the end keyword is added. So far so good. However, if the if statement is indented already (or nested), i.e.: The i of the if and the e of end is not in column 0, and if I indent the selection with = (in normal mode using ==, or in visual mode), then the indentation completely breaks.
The breakage gets worse every time a block of code is indented, as shown in the screenshots.



