mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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
38
runtime/syntax/testdir/input/vim_ex_make.vim
Normal file
38
runtime/syntax/testdir/input/vim_ex_make.vim
Normal file
@@ -0,0 +1,38 @@
|
||||
" Vim :*make commands
|
||||
" VIM_TEST_SETUP highlight link vimCmdSep Operator
|
||||
" VIM_TEST_SETUP highlight link vimMakeBarEscape Special
|
||||
|
||||
|
||||
make
|
||||
lmake
|
||||
|
||||
make!
|
||||
lmake!
|
||||
|
||||
make -options target
|
||||
lmake -options target
|
||||
|
||||
make! -options target
|
||||
lmake! -options target
|
||||
|
||||
|
||||
" special filename characters
|
||||
|
||||
make %
|
||||
lmake %
|
||||
|
||||
|
||||
" trailing bar, no tail comment
|
||||
|
||||
make tar\|get | echo "Foo"
|
||||
lmake tar\|get | echo "Foo"
|
||||
|
||||
make! tar\|get | echo "Foo"
|
||||
lmake! tar\|get | echo "Foo"
|
||||
|
||||
make | echo "Foo"
|
||||
lmake | echo "Foo"
|
||||
|
||||
make! | echo "Foo"
|
||||
lmake! | echo "Foo"
|
||||
|
Reference in New Issue
Block a user