commit | 94b6fb78c578caab014fea4029bb534246a95f6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 21:00:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 21:00:59 2020 +0100 |
tree | 71e7574ab6befb2ae6ff9051aea18881de75a08b | |
parent | 3c71aec6966da0ebefc451ded4fbc43f426654f3 [diff] [blame] |
patch 8.2.0126: textprop test fails Problem: Textprop test fails. Solution: Fix sign in computation.
diff --git a/src/version.c b/src/version.c index 1ed040d..71aecc8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 126, +/**/ 125, /**/ 124,