commit | f88a5bc10232cc3fac92dba4e8455f4c14311f8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 21 13:28:44 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 21 13:28:44 2018 +0200 |
tree | b4f2ad73bb4be2f42477dc5811de46ccb001e8ee | |
parent | 6bff719f7e472e918c60aa336de03e799b806c4f [diff] [blame] |
patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existing Problem: maparg() and mapcheck() confuse empty and non-existing. Solution: Return <Nop> for an existing non-empty mapping. (closes #2940)
diff --git a/src/version.c b/src/version.c index 7cf8d16..3ebeb77 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 11, +/**/ 10, /**/ 9,