diff options
-rw-r--r-- | ftplugin/text.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/text.vim b/ftplugin/text.vim new file mode 100644 index 0000000..226de51 --- /dev/null +++ b/ftplugin/text.vim | |||
@@ -0,0 +1,2 @@ | |||
1 | " highlight double words (its unlikely they are right) | ||
2 | autocmd InsertLeave * syntax match Convention /\v<(\w+)\_s+\1>/ containedin=ALL | ||