aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/vim.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-07 03:16:52 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-07 03:23:37 +0100
commit8c3377ee76e5cc4f5a4228f216bde1d03b496d69 (patch)
treee183185d55b8ff85aad5e305a7895109562159ee /runtime/syntax/vim.vim
parent1a3e54231ab8b2fc29f5a37931713061ac400faa (diff)
downloadrneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.gz
rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.bz2
rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.zip
vim-patch:c572da5f67aa
Update runtime files https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
Diffstat (limited to 'runtime/syntax/vim.vim')
-rw-r--r--runtime/syntax/vim.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
index 26eea03a3c..9a7afeedfa 100644
--- a/runtime/syntax/vim.vim
+++ b/runtime/syntax/vim.vim
@@ -538,7 +538,7 @@ syn match vimHiBang contained "!" skipwhite nextgroup=@vimHighlightCluster
syn match vimHiGroup contained "\i\+"
syn case ignore
-syn keyword vimHiAttrib contained none bold inverse italic reverse standout underline undercurl
+syn keyword vimHiAttrib contained none bold inverse italic reverse standout underline undercurl nocombine
syn keyword vimFgBgAttrib contained none bg background fg foreground
syn case match
syn match vimHiAttribList contained "\i\+" contains=vimHiAttrib