gcmt / taboo.vim

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

Restore tab titles with obsession.vim #9

Closed ghost closed 9 years ago

ghost commented 9 years ago

I'm using obsession.vim to restore vim sessions, but the tab titles set with taboo are not restored. Some time ago i asked the obsession.vim developer about the possibility to restore tab titles and he responded that this is not only an obsession issue. Would it be much work for you to make this possible? Thanks in advance.

gcmt commented 9 years ago

Be sure to have the following line in your .vimrc

set sessionoptions+=globals
ghost commented 9 years ago

Perfect, thanks a bunch!