Attempting to close a file while NERDTree is open causes iTerm2 to freeze
I took out from my .vimrc the line:
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
from #21 and does not freeze anymore.
Most helpful comment
I took out from my .vimrc the line:
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endiffrom #21 and does not freeze anymore.