diff runtime/syntax/testdir/input/vim_ex_map.vim @ 34402:80f395e142c6

runtime(vim): Update base-syntax, fix :unabbrev highlighting (#14077) Commit: https://github.com/vim/vim/commit/1624970d321cfb637ac76232df9c9b3f2fae904c Author: dkearns <dougkearns@gmail.com> Date: Fri Feb 23 05:45:05 2024 +1100 runtime(vim): Update base-syntax, fix :unabbrev highlighting (https://github.com/vim/vim/issues/14077) Fixes issue https://github.com/vim/vim/issues/7876 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2024 20:00:04 +0100
parents
children 97fc56ee7ca7
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/runtime/syntax/testdir/input/vim_ex_map.vim
@@ -0,0 +1,21 @@
+" Vim :map commands
+
+map!
+map! lhs rhs
+map 
+map lhs rhs
+
+call map(list, 'v:val')
+call map (list, 'v:val')
+
+mapclear  <buffer>
+mapclear! <buffer>
+nmapclear <buffer>
+vmapclear <buffer>
+xmapclear <buffer>
+smapclear <buffer>
+omapclear <buffer>
+imapclear <buffer>
+lmapclear <buffer>
+cmapclear <buffer>
+tmapclear <buffer>