Updated _Footer (markdown)

André Sbrocco Figueiredo
2020-05-14 23:25:08 -03:00
parent 27a6f3c31e
commit 5dd7ac273b

@@ -3,4 +3,5 @@
```vim ```vim
" If more than one window and previous buffer was NERDTree, go back to it. " If more than one window and previous buffer was NERDTree, go back to it.
autocmd BufEnter * if bufname('#') =~# "^NERD_tree_" && winnr('$') > 1 | b# | endif autocmd BufEnter * if bufname('#') =~# "^NERD_tree_" && winnr('$') > 1 | b# | endif
``` ```
(Careful if you are using vim-plug: if you set this config and run 'PlugInstall', for instance, while your cursor is on the NERDTree, it will crash!)