| commit | bd743259603a5cda418a0c542b719dad0213e1a9 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Oct 20 21:23:33 2010 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 20 21:23:33 2010 +0200 |
| tree | f61707a813b850930460aa0605c68037e31291c3 | |
| parent | 727c876b7869050d5da4f4d3dba975350bdbd7d8 [diff] |
updated for version 7.3.032
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)