mirror of
https://github.com/vim/vim.git
synced 2026-04-29 15:06:21 +02:00
runtime(vim): Update base-syntax, match :uniq command
closes: #17601 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
fc378a88d8
commit
ca793e60db
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file generator
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" Last Change: 2025 Jun 11
|
||||
" Last Change: 2025 Jun 24
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
set cpo&vim
|
||||
@@ -351,6 +351,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
this
|
||||
throw
|
||||
type
|
||||
uniq
|
||||
unlet
|
||||
unmap
|
||||
var
|
||||
|
||||
Reference in New Issue
Block a user