forked from aniani/vim
runtime(vim): Update base-syntax, match :loadkeymap after colon and bar
Match :loadkeymap after Ex colons and bars. Don't generate :loadkeymap as it is matched with a custom syntax group. closes: #15554 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
5d1c551057
commit
7866d54ecc
@@ -2,7 +2,7 @@
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" URL: https://github.com/vim-jp/syntax-vim-ex
|
||||
" Last Change: 2024 Aug 21
|
||||
" Last Change: 2024 Aug 23
|
||||
" Version: 2.1.1
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
@@ -305,6 +305,7 @@ function! s:get_vim_command_type(cmd_name)
|
||||
function
|
||||
insert
|
||||
let
|
||||
loadkeymap
|
||||
map
|
||||
mapclear
|
||||
match
|
||||
|
||||
Reference in New Issue
Block a user