aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/prr-ui/ftplugin/prr/prr_ui.vim
blob: 679d0fa0c46b7096df6ca459074517319478388d (plain)
1
2
3
4
5
6
7
8
let b:undo_ftplugin = ''

" Educate quotes.
if !exists('b:textobj_quote_educate_mapped')
\ || b:textobj_quote_educate_mapped == 0
	Educate
	let b:undo_ftplugin .= '| NoEducate'
endif