aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/prr-ui/plugin/prr_ui.vim
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/prr-ui/plugin/prr_ui.vim')
-rw-r--r--bundle/prr-ui/plugin/prr_ui.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundle/prr-ui/plugin/prr_ui.vim b/bundle/prr-ui/plugin/prr_ui.vim
index 665f65b..74fc1ba 100644
--- a/bundle/prr-ui/plugin/prr_ui.vim
+++ b/bundle/prr-ui/plugin/prr_ui.vim
@@ -6,3 +6,5 @@ let g:loaded_prr_ui = 1
command! PrrStart call prr_ui#StartInteractive()
command! PrrSubmit call prr_ui#Submit()
command! PrrComment call prr_ui#Comment()
+command! PrrApprove call prr_ui#Approve()
+command! PrrReject call prr_ui#Reject()