forked from aniani/vim
runtime(vim): Update base-syntax, improve :profile highlighting
Match full :profile and :profdel commands. closes: #17420 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
086b3b5b79
commit
0aaf6f8bbb
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file generator
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" Last Change: 2025 May 28
|
||||
" Last Change: 2025 Jun 01
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
set cpo&vim
|
||||
@@ -318,6 +318,8 @@ function s:get_vim_command_type(cmd_name)
|
||||
perl
|
||||
perldo
|
||||
popup
|
||||
profdel
|
||||
profile
|
||||
public
|
||||
python
|
||||
pyfile
|
||||
|
||||
Reference in New Issue
Block a user