mattboehm / vim-accordion

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

AccordionZoom broken #18

Closed mattboehm closed 11 years ago

mattboehm commented 11 years ago

The new layout option break AccordionZoom as it relies on modifying the previous viewport and does not check the size each time. When we get the suggested viewport, we need to check if the size has changed, and if so, change the suggested viewport to match the new size.