mirror of
https://github.com/neovim/neovim.git
synced 2026-03-12 19:14:20 +10:00
Currently, ``` if bool then --stuff elseif bool2 then --morestuff elseif bool3 then --more stuff else --fail end ``` Would get indented out strangely when using =. Now it behaves correctly.
1.9 KiB
1.9 KiB