aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/prr-ui/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/prr-ui/ftplugin')
-rw-r--r--bundle/prr-ui/ftplugin/prr/prr_ui.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundle/prr-ui/ftplugin/prr/prr_ui.vim b/bundle/prr-ui/ftplugin/prr/prr_ui.vim
index 06bef42..488cb51 100644
--- a/bundle/prr-ui/ftplugin/prr/prr_ui.vim
+++ b/bundle/prr-ui/ftplugin/prr/prr_ui.vim
@@ -6,3 +6,10 @@ 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
+ Educate
+ let b:undo_ftplugin .= '| NoEducate'
+endif