jeetsukumaran / vim-buffergator

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

Fixed Issue #84 #85

Closed automotua closed 6 years ago

automotua commented 6 years ago

Pass the MRU list to s:_find_mru_bufnr and let it use this list instead of the window list. This list has already been decided whether it's global or window list before it's passed.

automotua commented 6 years ago

@jeetsukumaran Ping on my PR.