commit | 8279af514ca7e5fd3c31cf13b0864163d1a0bfeb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 23:08:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 23:08:22 2022 +0100 |
tree | de69a0a7677c75f63bea91ec39204549c750b518 | |
parent | 3bdef10dc1c836e5e5a6fdcc1c21155cbd80d798 [diff] [blame] |
patch 9.0.0598: using negative array index with negative width window Problem: Using negative array index with negative width window. Solution: Make sure the window width does not become negative.
diff --git a/src/version.c b/src/version.c index d6535b3..515be0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 598, +/**/ 597, /**/ 596,