jistr
                                            jistr
                                        
                                    Hi Jordan, thanks for the report. It's probably always going to be visible (I use :tabdo and as far as I know, vim doesn't allow performing operations on tabs in...
Yes, exactly, I just don't use the on/off toggling during work, so I never found out before you reported this bug. I hope I can find some time and look...
I just improved the situation a little bit with version 1.1.1. I tested with 20 tabs and it went from 15.8s to 8.4s on my computer, so it's about 50%...
Hm I don't think it's possible that particular way, but it would be possible to always create a new window and show the same buffer. But I think that what...
Hmm. I'm kinda used to using `:q` to close just one tab, not Vim itself. I know that `:tabclose` makes more sense here, but I'm worried that more people use...
Heya, thanks for all the code submitted lately :) I'll get to it during the weekend hopefully :)
The new code fixes the closing but I get problems with nerdtree width. Here are my steps: 1. Run gvim. 2. Select a file in nerdtree and press "t" on...
Sounds like the problem must indeed be with my setup. I'll try to find the problem.
So I tested with all plugins disabled except for this one and NERDTree, but with my vimrc settings. The problem happens when i have `g:nerdtree_tabs_synchronize_view` enabled (set to 1). When...
@sentilesdal Did you try with the very latest master? :) I think the issue has been fixed a few days ago by reverting a commit. See issue #84