Files
neovim/runtime
Robert Andrew Ditthardt 291a43e1dd Fix indenting nested elseifs
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.
2015-12-12 17:07:25 -08:00
..
2015-12-12 09:18:51 -05:00
2015-01-21 07:27:01 +01:00
2015-12-12 17:07:25 -08:00
2015-12-12 09:18:51 -05:00
2014-12-19 15:28:49 -05:00
2015-11-28 10:59:21 +01:00
2015-11-08 03:39:07 +01:00
2014-12-19 15:28:49 -05:00
2015-11-25 14:56:08 -05:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2014-12-30 13:51:39 +01:00
2015-06-29 20:01:56 -03:00