mirror of
https://github.com/vim/vim.git
synced 2026-04-22 03:36:16 +02:00
runtime(vim): Update base syntax, fix :map termination in :command RHS
Ensure :map (and :abbreviate) terminate at | when included in :command replacement strings containing commands separated by line continuations. Signed-off-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
" Vim :map commands
|
||||
" VIM_TEST_SETUP hi link vimMapLhs Identifier
|
||||
" VIM_TEST_SETUP hi link vimMapRhs Todo
|
||||
" VIM_TEST_SETUP hi link vimMapRhsContinue Todo
|
||||
|
||||
|
||||
map!
|
||||
|
||||
Reference in New Issue
Block a user