aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/prr-ui/plugin/prr_ui.vim
blob: 1aaf457b100a7af4ecc81c0d28d7735d9bb835bd (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 update | !prr-submit