zhaocai / GoldenView.Vim

Always have a nice view for vim split windows!
http://zhaocai.github.io/GoldenView.Vim/
219 stars 14 forks source link

Restore `equalalways` setting when disabling #12

Open blueyed opened 10 years ago

blueyed commented 10 years ago

GoldenView sets the equalalways option (and at least another one: https://github.com/zhaocai/GoldenView.Vim/blob/master/autoload/GoldenView.vim#L31-32), but does not restore them when it gets disabled.

The initial value should get restored.