aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/prr-ui/ftplugin/prr/prr_ui.vim
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/prr-ui/ftplugin/prr/prr_ui.vim')
-rw-r--r--bundle/prr-ui/ftplugin/prr/prr_ui.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/bundle/prr-ui/ftplugin/prr/prr_ui.vim b/bundle/prr-ui/ftplugin/prr/prr_ui.vim
index 09e02d2..679d0fa 100644
--- a/bundle/prr-ui/ftplugin/prr/prr_ui.vim
+++ b/bundle/prr-ui/ftplugin/prr/prr_ui.vim
@@ -1,12 +1,5 @@
let b:undo_ftplugin = ''
-command! -buffer PrrApprove
- \ normal! ggOLooks good <C-r>=prr_ui#RandomEmoji()<CR><CR><CR>@prr approve<CR><Esc>gg
-command! -buffer PrrReject normal! ggO<CR><CR>@prr reject<CR><Esc>gg
-
-let b:undo_ftplugin .= '| delcommand -buffer PrrApprove'
-let b:undo_ftplugin .= '| delcommand -buffer PrrReject'
-
" Educate quotes.
if !exists('b:textobj_quote_educate_mapped')
\ || b:textobj_quote_educate_mapped == 0