gcmt / taboo.vim

Few utilities for pretty tabs
MIT License
259 stars 35 forks source link

skip or exclude for pulling the name out of the first buffer in tab #3

Closed countless-integers closed 10 years ago

countless-integers commented 10 years ago

I suspect NERDTree is polluting my nice tab names. When NERDTree tab is opened tab is always labelled as NERD_tree_1. I format my tabs like so: let g:taboo_tab_format="[ (%N) %f%m (%w) ]" Is it possible to avoid that somehow?

countless-integers commented 10 years ago

Awesome, thanks!