gcmt / taboo.vim

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

Syntax help #36

Open frankjonen opened 1 year ago

frankjonen commented 1 year ago

Just checking if this is correct because it doesn't do anything.

let g:taboo_renamed_tab_format='%N %1 %m'

I've tried a few variants now again. Is this completely wrong? What I'm after in the end is: 1 - My Tab Name - *

frankjonen commented 1 year ago

According to the docs, this should be correct.

let g:taboo_renamed_tab_format = " %m %1 "

However it results in an empty tab.