Doug Kearns
99984fc58a
runtime(vim): Update base-syntax, improve :map highlighting
...
Match :map ( RHS properly.
Only match ! after :map, :noremap, :unmap and :mapclear.
closes : #15297
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-07-18 20:45:19 +02:00
dkearns
5d67aef306
runtime(vim): Update base-syntax, improve :map highlighting ( #14141 )
...
Improve :map command highlighting.
- Fix multiline RHS matching, allow continued lines and comments.
- Allow ^V-escaped whitespace in LHS.
- Handle map-bar properly and allow trailing commands.
Fixes issue #12672 .
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-03-09 18:01:22 +01:00
dkearns
1624970d32
runtime(vim): Update base-syntax, fix :unabbrev highlighting ( #14077 )
...
Fixes issue #7876
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-02-22 19:45:05 +01:00