nvim: after/ftplugin: git: Do not set bufhidden to wipe
This resulted in not being able to go back to the previous buffer when using something like git log which is not we want.
This commit is contained in:
parent
47065178c5
commit
a51f16304c
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
setlocal bufhidden=wipe
|
||||
|
||||
" Disable whitespace highlighting in git buffer
|
||||
autocmd! BufEnter <buffer> DisableWhitespace
|
||||
|
||||
|
|
Loading…
Reference in a new issue