From a4383bb89be5ee4650780b87d66dd2724af4ad9f Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 26 Mar 2018 17:25:11 +0200 Subject: Minor changes to improve performance on huge files --- ftplugin/text.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftplugin/text.vim (limited to 'ftplugin') 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 @@ +" highlight double words (its unlikely they are right) +autocmd InsertLeave * syntax match Convention /\v<(\w+)\_s+\1>/ containedin=ALL -- cgit v1.2.3