mirror of
https://github.com/vim/vim.git
synced 2026-05-21 01:31:31 +02:00
Problem: maparg() doesn't return the flags, such as <buffer>, <script>,
<silent>. These are needed to save and restore a mapping.
Solution: Improve maparg(). (also by Christian Brabandt)