Re: NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-28 Thread Jason Franklin
Oliver, When you run ":wincmd =" you tell Vim to equalize window sizes to the best of its ability. This is definitely the cause of your problem. I would rethink both of those autocommands. They would likely break a number of different plugins. Best, Jason

Re: NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-28 Thread Oliver Graute
On 28/03/18, Jason Franklin wrote: > On Tuesday, March 27, 2018 at 1:51:12 PM UTC-4, Oliver Graute wrote: > > On 24/03/18, Oliver Graute wrote: > > > my NERDTree seems to ignore my NERDTreeWinSize setting and opens instead > > > at half of the screen. Some ideas how to fix this? > > NERDTree

Re: NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-28 Thread Jason Franklin
On Tuesday, March 27, 2018 at 1:51:12 PM UTC-4, Oliver Graute wrote: > On 24/03/18, Oliver Graute wrote: > > my NERDTree seems to ignore my NERDTreeWinSize setting and opens instead > > at half of the screen. Some ideas how to fix this? > > > > https://github.com/scrooloose/nerdtree/issues/259 >

Re: NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-27 Thread Christian Brabandt
On Di, 27 Mär 2018, Oliver Graute wrote: > On 24/03/18, Oliver Graute wrote: > > my NERDTree seems to ignore my NERDTreeWinSize setting and opens instead > > at half of the screen. Some ideas how to fix this? > > > > https://github.com/scrooloose/nerdtree/issues/259 > > I observe the problem

Re: NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-27 Thread Oliver Graute
On 24/03/18, Oliver Graute wrote: > my NERDTree seems to ignore my NERDTreeWinSize setting and opens instead > at half of the screen. Some ideas how to fix this? > > https://github.com/scrooloose/nerdtree/issues/259 I observe the problem with latest NERDTree git commit a172d7cf and latest vim

NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-24 Thread Oliver Graute
Hello, my NERDTree seems to ignore my NERDTreeWinSize setting and opens instead at half of the screen. Some ideas how to fix this? :let NERDTreeWinSize NERDTreeWinSize #20 Someone already reported the same issue here: https://github.com/scrooloose/nerdtree/issues/259 here I use: VIM -