Skip to content

Commit

Permalink
chore: update Vim8 txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed May 14, 2024
1 parent 60e05fe commit ff8a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTr
autocmd BufEnter * if winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | call feedkeys(":quit\<CR>:\<BS>") | endif
```
#### Vim8
#### Vim8 or older
```vim
" Exit Vim if NERDTree is the only window remaining in the only tab.
Expand Down

0 comments on commit ff8a380

Please sign in to comment.