mihaifm / vimpanel

A modern side panel for Vim
106 stars 9 forks source link

Saving/Restoring tabs to/from session #12

Open emreozanalkan opened 9 years ago

emreozanalkan commented 9 years ago

I started to use vimpanel however session manager doesn't save tabs to restore. Is that possible to add functionality like vim-session plugin ?

mihaifm commented 9 years ago

Hi, yea, tabs are not included but I'll try to add them. I rarely use tabs myself.

mihaifm commented 9 years ago

I enabled tabs in sessions, can you please check if there are any issues?

emreozanalkan commented 9 years ago

Hi, thank you a lot! Now it an recover tabs. However I realized that when I open vimpanel in each tab, it recovers the vimpanel in first tab, others are not recovered in other tabs, I need to :VimpanelRebuild for each of them to see vimpanel again. Error on loading session multiple tabs with multiple vimpanel:

Error detected while processing /home/ozan/vimpanel/default.vim line 59: E95: Buffer with this name already exists

mihaifm commented 9 years ago

Ah, I see, it gives an error when you have the same panel in multiple tabs. Thanks for testing, I'll try to find a solution, although it might not be easy.