zhaocai / GoldenView.Vim

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

User autocommand after windows got resized #11

Open blueyed opened 10 years ago

blueyed commented 10 years ago

It might be useful to react upon GoldenView resizing the windows automatically. Other plugins / scripts could listen to a custom user autocommand, which GoldenView would trigger after (and maybe also before) the windows get resized.

Initially I thought that might be useful for a hackish method I am using to dim inactive windows via &colorcolumn (https://github.com/blueyed/vim-diminactive).

It's likely however that the issue I was seeing was another bug, and I could not reproduce it.