mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 21:23:12 +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