summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-22 20:16:32 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-22 20:16:32 +0100
commit338bf58eba758585ffef3fdfdba7d48477aacb7c (patch)
tree5ae6ce8b90f6aaaa06eb6d2192c9102c59fdd3b1 /src/version.c
parenta061f34191712df7dde7716705fe0ec074e9758e (diff)
downloadvim-git-338bf58eba758585ffef3fdfdba7d48477aacb7c.tar.gz
patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004
Problem: Right shift on negative number does not work as documented. Solution: Use a uvarnumber_T type cast.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a6570a3cf..e8799ad57 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5004,
+/**/
5003,
/**/
5002,