Mihai Ciuraru

Results 36 comments of Mihai Ciuraru

Nice! Great job with that. No clue about the `%s` stuff, maybe there's some weird logic inside CtrlP where it discards the command if it doesn't see the `%s` token...who...

Ok, so I added `g:VimpanelCallback()`, a function that you can implement in your `vimrc`. It is executed every time an entry is added or removed from the panel, also when...

I think I should also run the callback when the panel is loaded. I'll make the change tomorrow

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

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

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...

hi that's strange... Do you get any additional errors, or is it just this behaviour? In my config it's opening NERDTree. Vimpanel shouldn't do anything when you start vim with...

that's good to know....it means that vimpanel is capturing that event ([here](https://github.com/mihaifm/vimpanel/blob/master/plugin/vimpanel.vim#L742)), instead of NERDTree. Still not replicating on my sytem, but I'll try it with your config, perhaps check...