aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/help.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-24 16:52:46 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:30 -0400
commit348f72524dc205baffa994e498a033b66a082ce0 (patch)
treeec4743325432d8325906448c274eec73beafb4be /runtime/syntax/help.vim
parentd1231d4f8eb3ad1e6fdf62bbf14644bfb831d943 (diff)
downloadrneovim-348f72524dc205baffa994e498a033b66a082ce0.tar.gz
rneovim-348f72524dc205baffa994e498a033b66a082ce0.tar.bz2
rneovim-348f72524dc205baffa994e498a033b66a082ce0.zip
vim-patch:0c0734d527a1
Update runtime files https://github.com/vim/vim/commit/0c0734d527a132edfb4089be48486586424b3f41 Omit rand(), srand() documentation. Patch v8.1.2342 is not ported yet.
Diffstat (limited to 'runtime/syntax/help.vim')
-rw-r--r--runtime/syntax/help.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim
index 642d177cdd..c970278742 100644
--- a/runtime/syntax/help.vim
+++ b/runtime/syntax/help.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Vim help file
" Maintainer: Bram Moolenaar (Bram@vim.org)
-" Last Change: 2019 May 12
+" Last Change: 2019 Nov 26
" Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax")
@@ -85,6 +85,7 @@ syn match helpSpecial "\[group]"
syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]"
syn match helpSpecial "CTRL-."
+syn match helpSpecial "CTRL-SHIFT-."
syn match helpSpecial "CTRL-Break"
syn match helpSpecial "CTRL-PageUp"
syn match helpSpecial "CTRL-PageDown"