aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/text.vim
blob: 226de5138c7184590a756755d3fdc00208fba280 (plain)
1
2
" highlight double words (its unlikely they are right)
autocmd InsertLeave * syntax match Convention /\v<(\w+)\_s+\1>/ containedin=ALL
..