mirror of
https://github.com/vim/vim.git
synced 2026-05-24 02:56:45 +02:00
bd74325960
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)