mirror of
https://github.com/vim/vim.git
synced 2026-05-02 00:18:29 +02:00
runtime(vim): Update base syntax, match full :help command
closes: #18833 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ecce3497fa
commit
927ad166a4
@@ -1,4 +1,5 @@
|
||||
" Vim :helpgrep command
|
||||
" VIM_TEST_SETUP hi link vimHelpgrepPattern Todo
|
||||
|
||||
|
||||
helpgrep :help
|
||||
@@ -9,3 +10,9 @@ lhelpgrep :help
|
||||
lhelpgrep :help@en
|
||||
lhelpgrep :h\%(elp\)\=
|
||||
|
||||
|
||||
" no tail comment or trailing bar
|
||||
|
||||
helpgrep :help " not a comment
|
||||
helpgrep :help | not a command
|
||||
|
||||
|
||||
Reference in New Issue
Block a user