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
@ -540,6 +540,7 @@
|
||||
:unabbreviate
|
||||
:unabbreviate
|
||||
:unhide
|
||||
:uniq
|
||||
:unlet
|
||||
:unlockvar
|
||||
:unmap
|
||||
@ -1126,6 +1127,7 @@ call Foo() | undolist
|
||||
call Foo() | unabbreviate
|
||||
call Foo() | unabbreviate
|
||||
call Foo() | unhide
|
||||
call Foo() | uniq
|
||||
call Foo() | unlet
|
||||
call Foo() | unlockvar
|
||||
call Foo() | unmap
|
||||
|
||||
Reference in New Issue
Block a user