Closed countless-integers closed 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?
NERD_tree_1
let g:taboo_tab_format="[ (%N) %f%m (%w) ]"
Awesome, thanks!
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?