jeetsukumaran / vim-buffergator

Vim plugin to list, select and switch between buffers.
498 stars 49 forks source link

Fix stealing previous window in autoupdate mode #79

Closed ayevee closed 7 years ago

ayevee commented 7 years ago

Before starting autoupdate previous and current window numbers are saved. Insted of going directly to previous window, first jump to pre-previous, than to previous windows. Thus window order is restored.

Fixes #45, #23

jeetsukumaran commented 7 years ago

Thanks!