commit | a061f34191712df7dde7716705fe0ec074e9758e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun May 22 19:13:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 19:13:49 2022 +0100 |
tree | f8a3bf02c826aeb748d12bfa74ead3e9f74573a2 | |
parent | 9b2edfd3bf2f14a1faaee9b62930598a2e77a798 [diff] [blame] |
patch 8.2.5003: cannot do bitwise shifts Problem: Cannot do bitwise shifts. Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457)
diff --git a/src/version.c b/src/version.c index 6aef8ad..a6570a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5003, +/**/ 5002, /**/ 5001,