Files
vim-mirror/runtime/syntax/testdir/input/vim_ex_helpgrep.vim
Doug Kearns 927ad166a4 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>
2025-12-09 13:40:59 +01:00

19 lines
289 B
VimL

" Vim :helpgrep command
" VIM_TEST_SETUP hi link vimHelpgrepPattern Todo
helpgrep :help
helpgrep :help@en
helpgrep :h\%(elp\)\=
lhelpgrep :help
lhelpgrep :help@en
lhelpgrep :h\%(elp\)\=
" no tail comment or trailing bar
helpgrep :help " not a comment
helpgrep :help | not a command