aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/prr-ui/plugin/prr_ui.vim
blob: 615d06f786a220af33b52558a82f208e06ab2a02 (plain)
1
2
3
4
5
6
7
if exists('g:loaded_prr_ui')
	finish
endif
let g:loaded_prr_ui = 1

command! PrrStart execute 'vsplit ' . system('prr-start --print')
command! PrrSubmit !prr-submit