aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-12-12 17:22:35 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-12-15 10:30:13 +0100
commit65032e03e0c43aa847665933c27cfc477b527968 (patch)
tree8eac580f175fe9ae1078b1d1e17792db4b74b37a
parent7e717805be35813bff69493b3d0363e969c47613 (diff)
downloadrneovim-65032e03e0c43aa847665933c27cfc477b527968.tar.gz
rneovim-65032e03e0c43aa847665933c27cfc477b527968.tar.bz2
rneovim-65032e03e0c43aa847665933c27cfc477b527968.zip
vim-patch:1c97b5c0c0b4
runtime(vim): Update syntax file, fix missing for highlight (vim/vim#13668) Fix highlighting of :for command. Link the vimFor syntax group to the vimCommand highlight group. Error introduced in commit f686921 https://github.com/vim/vim/commit/1c97b5c0c0b4a60d652b78da4470aeb8a7509700 Co-authored-by: dkearns <dougkearns@gmail.com>
-rw-r--r--runtime/syntax/vim.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
index b3eb3239d8..8f239a6888 100644
--- a/runtime/syntax/vim.vim
+++ b/runtime/syntax/vim.vim
@@ -891,6 +891,7 @@ if !exists("skip_vim_syntax_inits")
hi def link vimFuncEcho vimCommand
hi def link vimHiCtermul vimHiTerm
hi def link vimFold Folded
+ hi def link vimFor vimCommand
hi def link vimFTCmd vimCommand
hi def link vimFTOption vimSynType
hi def link vimFuncKey vimCommand