mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
- allow comments after :highight commands - match the bang in a :highlight[!] command - highlight the bang in :map[!], :menu[!] and :unlet[!] with vimOper like all other commands Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
10 lines
105 B
VimL
10 lines
105 B
VimL
" Vim map commands
|
|
|
|
map!
|
|
map! lhs rhs
|
|
map
|
|
map lhs rhs
|
|
|
|
call map(list, 'v:val')
|
|
call map (list, 'v:val')
|