mattboehm / vim-accordion

A vim window manager for people who love splits
101 stars 3 forks source link

Need to redraw after :vsp #25

Closed mattboehm closed 10 years ago

mattboehm commented 10 years ago

After #24 we do not redraw when the viewport appears to have not changed, but we miss the case when the user just did a :vsp If you run :Accordion 2 followed by :vsp you'll see 3 windows until you move windows.

Either test when the number of windows has changed or figure out how many windows are unshrunk and determine if a redraw is necessary.