mirror of
https://github.com/vim/vim.git
synced 2026-05-05 18:06:12 +02:00
runtime(vim): Update base syntax, match full :help command
closes: #18833 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
ecce3497fa
commit
927ad166a4
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file generator
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" Last Change: 2025 Nov 29
|
||||
" Last Change: 2025 Dec 04
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
set cpo&vim
|
||||
@@ -361,6 +361,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
function
|
||||
grep
|
||||
grepadd
|
||||
help
|
||||
helpgrep
|
||||
highlight
|
||||
history
|
||||
|
||||
Reference in New Issue
Block a user