mirror of
https://github.com/vim/vim.git
synced 2026-04-21 11:15:57 +02:00
runtime(vim): Update base syntax, match :debug and :break* commands
Match full :debug, :breakadd, :breakdel and :breaklist commands. closes: #18748 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
74b4f9242e
commit
ea86e53c2b
13
runtime/syntax/testdir/input/vim_ex_debug.vim
Normal file
13
runtime/syntax/testdir/input/vim_ex_debug.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
" Vim :debug command
|
||||
|
||||
|
||||
debug echo "..."
|
||||
|
||||
function Foo()
|
||||
debug echo "..."
|
||||
endfunction
|
||||
|
||||
def Bar()
|
||||
debug echo "..."
|
||||
enddef
|
||||
|
||||
Reference in New Issue
Block a user