Skip to content

Commit ff8a380

Browse files
committed
chore: update Vim8 txt.
1 parent 60e05fe commit ff8a380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTr
166166
autocmd BufEnter * if winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | call feedkeys(":quit\<CR>:\<BS>") | endif
167167
```
168168
169-
#### Vim8
169+
#### Vim8 or older
170170
171171
```vim
172172
" Exit Vim if NERDTree is the only window remaining in the only tab.

0 commit comments

Comments
 (0)