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] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e5164d3..d8e9a51 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 32, +/**/ 31, /**/ 30,