commit | c207fd2535717030d78f9b92839e5f2ac004cc78 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Jun 29 10:37:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 10:37:40 2022 +0100 |
tree | d0f5a98dd1ffa989fd14e9bce0b0420b346eecb7 | |
parent | 75417d960bd17a5b701cfb625b8864dacaf0cc39 [diff] [blame] |
patch 9.0.0002: map functionality outside of map.c Problem: Map functionality outside of map.c. Solution: Move f_hasmapto() to map.c. Rename a function. (closes #10611)
diff --git a/src/version.c b/src/version.c index 30abf34..74e080f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2, +/**/ 1, /**/ 0