Changing `switchbuf` globally is too heavyweight a change just to do the
right thing when hitting `:T`. I don't even use it anymore since I got
`<Leader>t`; why was I hitting `:T` just to navigate to `last_run`, again?
This commit is contained in:
Kartik Agaram 2020-02-20 00:04:19 -08:00
parent 7c2ac5dcaa
commit 64563c29db
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ else
endfunction
endif
set switchbuf=useopen
if exists("&splitvertical")
command! -nargs=0 T badd last_run | sbuffer last_run
else