mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
runtime(vim): Update-base-syntax, match full :*grep, :make, :sort and :filter commands
closes: #17082 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
b0e19f9e1b
commit
9b171bdfd6
11
runtime/syntax/testdir/input/vim_ex_helpgrep.vim
Normal file
11
runtime/syntax/testdir/input/vim_ex_helpgrep.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" Vim :helpgrep command
|
||||
|
||||
|
||||
helpgrep :help
|
||||
helpgrep :help@en
|
||||
helpgrep :h\%(elp\)\=
|
||||
|
||||
lhelpgrep :help
|
||||
lhelpgrep :help@en
|
||||
lhelpgrep :h\%(elp\)\=
|
||||
|
Reference in New Issue
Block a user