diff options
Diffstat (limited to 'bundle/prr-ui/plugin/prr_ui.vim')
-rw-r--r-- | bundle/prr-ui/plugin/prr_ui.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/prr-ui/plugin/prr_ui.vim b/bundle/prr-ui/plugin/prr_ui.vim index 615d06f..1aaf457 100644 --- a/bundle/prr-ui/plugin/prr_ui.vim +++ b/bundle/prr-ui/plugin/prr_ui.vim @@ -4,4 +4,4 @@ endif let g:loaded_prr_ui = 1 command! PrrStart execute 'vsplit ' . system('prr-start --print') -command! PrrSubmit !prr-submit +command! PrrSubmit update | !prr-submit |