nerdtree/autoload
Phil Runninger 2cbc76bbfd
Fix NERDTree opening with the wrong size. (#1008)
* Fix NERDTree opening with the wrong size.

There were two commands that seemed to be causing the NERDTree window to
open in exactly half the screen width. They are:

- silent! execute 'edit ' . t:NERDTreeBufName        in _createTreeWin()
- setlocal nobuflisted                         in _setCommonBufOptions()

These commands were reseting the width of NERDTree. The solution I chose
was to resize the window after creating the new window, and then to set
winfixwidth before setting the other common buffer options.

* Update change log and version number.
2019-06-27 01:34:10 -04:00
..
nerdtree Fix refreshroot (#999) 2019-06-07 21:41:47 -04:00
nerdtree.vim Fix NERDTree opening with the wrong size. (#1008) 2019-06-27 01:34:10 -04:00