diff options
-rw-r--r-- | bundle/prr-ui/plugin/prr_ui.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundle/prr-ui/plugin/prr_ui.vim b/bundle/prr-ui/plugin/prr_ui.vim new file mode 100644 index 0000000..615d06f --- /dev/null +++ b/bundle/prr-ui/plugin/prr_ui.vim @@ -0,0 +1,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 !prr-submit |