Weynham Zheng (Techlive Zheng)

Results 60 comments of Weynham Zheng (Techlive Zheng)

I have noticed this problem, working on it.

Do you expect a vertical split or a horizontal one? If `g:miniBufExplVSplit` is greater than 0, it means a vertical split. If you want a horizontal split, then you should...

Yes, I came across this problem several times when work with Vim sesssions, I am investigating, will keep you post.

Just found a PR that tried to solve this https://github.com/sergioramos/serverless-plugin-tree-shake/pull/423

Hey, @jistr, I have just updated the whole PR which fixes the problem while closing tabs, now it should be good to go.

That's odd, these code is actually already in tagbar, minibufexpl(develop branch), all works as expected, and it is also works in my test environment where only nerdtree and this plugin...

I am using a script called [vim-reset](https://github.com/techlivezheng/vim-reset) to develop vim plugins, it could setup an stand alone vim environment where the runtimepath could be configured as disired.

Noop, that might be the problem, I will look into it.

NERDTree window is supposed to have a fixed width, only windows with modifiable buffer have equal width makes sense, I do not think this should be part of NERDTree's functionality.

The width of NERDTree window would not change if you press `wincmd =` inside a window with modifable buffer, so I do not see a problem here. As for you...