mirror of
https://github.com/vim/vim.git
synced 2025-10-22 08:34:29 -04:00
runtime(vim): Update syntax, add missing commands to generator exclusion list
closes: #18548 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
4b9896ce9d
commit
7e9ccdd3f2
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file generator
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" Last Change: 2025 Sep 27
|
||||
" Last Change: 2025 Oct 11
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
set cpo&vim
|
||||
@@ -303,11 +303,15 @@ function s:get_vim_command_type(cmd_name)
|
||||
augroup
|
||||
autocmd
|
||||
behave
|
||||
browse
|
||||
call
|
||||
catch
|
||||
chdir
|
||||
change
|
||||
class
|
||||
command
|
||||
confirm
|
||||
const
|
||||
copy
|
||||
debuggreedy
|
||||
def
|
||||
@@ -344,6 +348,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
grep
|
||||
grepadd
|
||||
helpgrep
|
||||
highlight
|
||||
if
|
||||
import
|
||||
interface
|
||||
@@ -353,6 +358,8 @@ function s:get_vim_command_type(cmd_name)
|
||||
let
|
||||
loadkeymap
|
||||
lhelpgrep
|
||||
lgrep
|
||||
lgrepadd
|
||||
lvimgrep
|
||||
lvimgrepadd
|
||||
make
|
||||
@@ -363,6 +370,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
mapclear
|
||||
mark
|
||||
match
|
||||
menutranslate
|
||||
mzscheme
|
||||
mzfile
|
||||
noremap
|
||||
@@ -387,6 +395,9 @@ function s:get_vim_command_type(cmd_name)
|
||||
pyxfile
|
||||
redir
|
||||
return
|
||||
ruby
|
||||
rubydo
|
||||
rubyfile
|
||||
set
|
||||
setglobal
|
||||
setlocal
|
||||
@@ -409,6 +420,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
type
|
||||
uniq
|
||||
unlet
|
||||
unlockvar
|
||||
unmap
|
||||
var
|
||||
vim9script
|
||||
|
Reference in New Issue
Block a user