1
0
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:
Doug Kearns
2025-06-01 18:26:39 +02:00
committed by Christian Brabandt
parent 086b3b5b79
commit 0aaf6f8bbb
7 changed files with 170 additions and 8 deletions

View File

@@ -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