83277d5545
Use the custom object match command for copying indentation of blocks, rather than simply increasing/decreasing indentation when start and end statements are encountered. This fixes an issue where a newline added after an already correctly placed `else` or `fi` would trigger an unnecessary deindent. Tests have been added to ensure no regression in this behaviour.
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
source "%val{runtime}/colors/default.kak"
|
|
source "%val{runtime}/rc/filetype/sh.kak"
|
|
set buffer filetype sh
|