commit | b3005ce191d27fd2f234df4969d5b58fda9c1940 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 22 17:51:06 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 22 17:51:06 2021 +0100 |
tree | 9b58353dd5d5f5db8ca87597dcd67cec2c498cf5 | |
parent | 9b6344613eecfcf77c510d7b63fcc4b7b51aefbc [diff] [blame] |
patch 8.2.2390: Vim9: using positive offset is unexpected Problem: Vim9: using positive offset is unexpected. Solution: Use int8_T instead of char. (James McCoy)
diff --git a/src/version.c b/src/version.c index 568756b8..722c833 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2390, +/**/ 2389, /**/ 2388,