xolox / vim-session

Extended session management for Vim (:mksession on steroids)
http://peterodding.com/code/vim/session/
961 stars 80 forks source link

compatibility with tagbar #144

Closed tenfyzhong closed 9 months ago

Mte90 commented 6 years ago

I confirm that this works!

weilbith commented 5 years ago

Awesome! :tada:

weilbith commented 5 years ago

@xolox can't this be merged? :thinking:

Mte90 commented 5 years ago

seems that this project is abandoned....

Mte90 commented 5 years ago

I written an email to the author too without any answer

Mte90 commented 5 years ago

another ping to @xolox

Mte90 commented 5 years ago

It is time for another ping!

weilbith commented 5 years ago

Hmm. Maybe I just fork it. Or possibly I take it as inspiration and write my own one... :thinking:

litchipi commented 3 years ago

I forked the repo and applied the patch but still had some troubles with "special pages" that I want to open on startup (NERDTree and Tagbar). I got a lot of errors related to wipebuf, etc ... So I decided to totally ignore any special page save, bypassing simply the function. Everything else works like a charm, but I personally don't care if the session doesn't include NERDTree and Tagbar. Thought I'd share, here is the commit from my fork: 8c13ec8