comparison runtime/syntax/help.vim @ 18719:99586852c2db

Update runtime files Commit: https://github.com/vim/vim/commit/0c0734d527a132edfb4089be48486586424b3f41 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 26 21:44:46 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 21:45:05 +0100
parents c002c4899529
children 847a300aa244
comparison
equal deleted inserted replaced
18718:710efe6952f4 18719:99586852c2db
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Vim help file 2 " Language: Vim help file
3 " Maintainer: Bram Moolenaar (Bram@vim.org) 3 " Maintainer: Bram Moolenaar (Bram@vim.org)
4 " Last Change: 2019 May 12 4 " Last Change: 2019 Nov 26
5 5
6 " Quit when a (custom) syntax file was already loaded 6 " Quit when a (custom) syntax file was already loaded
7 if exists("b:current_syntax") 7 if exists("b:current_syntax")
8 finish 8 finish
9 endif 9 endif
88 syn match helpSpecial "\[group]" 88 syn match helpSpecial "\[group]"
89 " Don't highlight [converted] and others that do not have a tag 89 " Don't highlight [converted] and others that do not have a tag
90 syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]" 90 syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]"
91 91
92 syn match helpSpecial "CTRL-." 92 syn match helpSpecial "CTRL-."
93 syn match helpSpecial "CTRL-SHIFT-."
93 syn match helpSpecial "CTRL-Break" 94 syn match helpSpecial "CTRL-Break"
94 syn match helpSpecial "CTRL-PageUp" 95 syn match helpSpecial "CTRL-PageUp"
95 syn match helpSpecial "CTRL-PageDown" 96 syn match helpSpecial "CTRL-PageDown"
96 syn match helpSpecial "CTRL-Insert" 97 syn match helpSpecial "CTRL-Insert"
97 syn match helpSpecial "CTRL-Del" 98 syn match helpSpecial "CTRL-Del"