diff options
Diffstat (limited to 'bundle/prr-ui/plugin/prr_ui.vim')
-rw-r--r-- | bundle/prr-ui/plugin/prr_ui.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/prr-ui/plugin/prr_ui.vim b/bundle/prr-ui/plugin/prr_ui.vim index 892a774..665f65b 100644 --- a/bundle/prr-ui/plugin/prr_ui.vim +++ b/bundle/prr-ui/plugin/prr_ui.vim @@ -3,6 +3,6 @@ if exists('g:loaded_prr_ui') endif let g:loaded_prr_ui = 1 -command! PrrStart execute 'vsplit ' . system('prr-start --print') -command! PrrSubmit update | !prr-submit +command! PrrStart call prr_ui#StartInteractive() +command! PrrSubmit call prr_ui#Submit() command! PrrComment call prr_ui#Comment() |