jistr / vim-nerdtree-tabs

NERDTree and tabs together in Vim, painlessly
Apache License 2.0
1.43k stars 130 forks source link

smart startup focus not working #12

Closed hold3p closed 12 years ago

hold3p commented 12 years ago

The focus is still on NERDtree whether I open a directory or a file, on vim or gvim.

I have all options set to 1 and I'm on ubuntu.

The other functions seem to work correctly.

jistr commented 12 years ago

Hi hold3p :)

Thanks for reporting this. I've just pushed v1.2, there has been a lot of restructuring which touched the loading process and smart focusing as well. Could you try the new version and say if this is still a problem?

Just btw: replacing just the plugin file manually won't do. Directory structure has changed too, so it's best to do a pull of the repository.

jistr commented 12 years ago

Ouch, it's not working for me as well. I wonder what happenned, because I clearly remember testing this and solving this as issue #6

I will take a look at the problem when I find some time.

jistr commented 12 years ago

Version v1.2.1 should fix this ;) Please let me know if the problem persists.

hold3p commented 12 years ago

Hi jistr

Problem solved ;) But I've also corrected some things on my .vimrc so maybe it was on my side at first.. Fortunately you've fixed some other bug ^^