jeetsukumaran / vim-buffergator

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

Feature Request: MRU includes open files #8

Closed sandro closed 12 years ago

sandro commented 12 years ago

I thought the "U" in MRU included recently opened files. I'm surprised to see that I have to write the file for it to be considered "used." Often I have 3 files I'm looking at. Skipping between current and previous buffer is simple. I'd love navigating to the third file to be as mindless as opening buffergator, moving the cursor down two lines and pressing enter! Apparently, this patch does it:

autocmd BufEnter * call s:_update_mru(expand('<abuf>'))
jeetsukumaran commented 12 years ago

This has been added to the latest revision.

sandro commented 12 years ago

Awesome! Loving this plugin!