2 lines
106 B
VimL
2 lines
106 B
VimL
au bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
|