blob: 665f65bc112171489cc87562720d7f353c1d3a2b (
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 call prr_ui#StartInteractive()
command! PrrSubmit call prr_ui#Submit()
command! PrrComment call prr_ui#Comment()
|