diff options
author | Max Christian Pohle | 2018-04-05 20:53:47 +0200 |
---|---|---|
committer | Max Christian Pohle | 2018-04-05 20:53:47 +0200 |
commit | 9984b7153060006f1b746808d5a4f5c83028c5e9 (patch) | |
tree | d44f08eaaf21929f04c50d11403126076fca3389 | |
parent | 6b208622d4567b688f4051ee6c2c3b1077828886 (diff) | |
parent | 850979e363ec83e9ab9603079843454127be30e7 (diff) | |
download | vim-karlmarks-9984b7153060006f1b746808d5a4f5c83028c5e9.tar.bz2 vim-karlmarks-9984b7153060006f1b746808d5a4f5c83028c5e9.zip |
Merged detached 'master' from second server
-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 | ||