forked from aniani/vim
runtime(vim): Update base-syntax, match :debuggreedy count prefix
Match :0debuggreedy as a special case until better range/count support is implemented. closes: #16572 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
449c2e5454
commit
4a530a632b
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file generator
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" Last Change: 2024 Dec 29
|
||||
" Last Change: 2024 Feb 03
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
set cpo&vim
|
||||
@@ -263,6 +263,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
call
|
||||
catch
|
||||
class
|
||||
debuggreedy
|
||||
def
|
||||
delcommand
|
||||
doautoall
|
||||
|
||||
Reference in New Issue
Block a user