aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/tbuffer.vim
blob: 8e08ce2cbd344415bbb094d17e901b9735458129 (plain)
1
2
3
4
5
6
7
if exists('g:loaded_tbuffer')
	finish
endif
let g:loaded_tbuffer = 1


command! -nargs=1 -complete=buffer TBuffer call tbuffer#TBuffer(<q-args>)