jeetsukumaran / vim-buffergator

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

Add option for to show 1st-lvl parent dir #42

Closed djak250 closed 8 years ago

djak250 commented 8 years ago
djak250 commented 8 years ago

I've found that showing the path is almost useless because it goes past the edge of the buffer view. This is especially frustrating with similarly named files in different dirs. I've added the option to only list the direct parent's name to more clearly show which buffer is which.

I'm going to keep this in my personal fork, but feel free to merge this in if you find it a useful update.

jeetsukumaran commented 8 years ago

Very nice addition. Thanks!