mirror of
https://github.com/vim/vim.git
synced 2026-05-05 09:56:45 +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
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file generator
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" Last Change: 2025 Nov 13
|
||||
" Last Change: 2025 Nov 17
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
set cpo&vim
|
||||
@@ -305,6 +305,9 @@ function s:get_vim_command_type(cmd_name)
|
||||
augroup
|
||||
autocmd
|
||||
behave
|
||||
breakadd
|
||||
breakdel
|
||||
breaklist
|
||||
browse
|
||||
bufdo
|
||||
call
|
||||
@@ -318,6 +321,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
confirm
|
||||
const
|
||||
copy
|
||||
debug
|
||||
debuggreedy
|
||||
def
|
||||
defer
|
||||
|
||||
Reference in New Issue
Block a user