1
0
nvim-config/config/nerdtree/autocommands.vim
2015-02-13 04:20:21 +01:00

2 lines
106 B
VimL

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