diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-06-29 10:37:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-06-29 10:37:40 +0100 |
commit | c207fd2535717030d78f9b92839e5f2ac004cc78 (patch) | |
tree | d0f5a98dd1ffa989fd14e9bce0b0420b346eecb7 /src/version.c | |
parent | 75417d960bd17a5b701cfb625b8864dacaf0cc39 (diff) | |
download | vim-git-c207fd2535717030d78f9b92839e5f2ac004cc78.tar.gz |
patch 9.0.0002: map functionality outside of map.cv9.0.0002
Problem: Map functionality outside of map.c.
Solution: Move f_hasmapto() to map.c. Rename a function. (closes #10611)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 30abf3488..74e080ff3 100644 --- a/src/version.c +++ b/src/version.c @@ -736,6 +736,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2, +/**/ 1, /**/ 0 |