blob: 892a774e3c62690c1092b9c9d53b0018f4d77cb2 (
plain)
1
2
3
4
5
6
7
8
|
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
command! PrrComment call prr_ui#Comment()
|