We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e05fe commit ff8a380Copy full SHA for ff8a380
README.markdown
@@ -166,7 +166,7 @@ autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTr
166
autocmd BufEnter * if winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | call feedkeys(":quit\<CR>:\<BS>") | endif
167
```
168
169
-#### Vim8
+#### Vim8 or older
170
171
```vim
172
" Exit Vim if NERDTree is the only window remaining in the only tab.
0 commit comments