aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2018-04-05 20:53:47 +0200
committerMax Christian Pohle2018-04-05 20:53:47 +0200
commit9984b7153060006f1b746808d5a4f5c83028c5e9 (patch)
treed44f08eaaf21929f04c50d11403126076fca3389
parent6b208622d4567b688f4051ee6c2c3b1077828886 (diff)
parent850979e363ec83e9ab9603079843454127be30e7 (diff)
downloadvim-9984b7153060006f1b746808d5a4f5c83028c5e9.tar.bz2
vim-9984b7153060006f1b746808d5a4f5c83028c5e9.zip
Merged detached 'master' from second server
-rw-r--r--ftplugin/text.vim2
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)
2autocmd InsertLeave * syntax match Convention /\v<(\w+)\_s+\1>/ containedin=ALL
..