]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2390: Vim9: using positive offset is unexpected v8.2.2390
authorBram Moolenaar <Bram@vim.org>
Fri, 22 Jan 2021 16:51:06 +0000 (17:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 Jan 2021 16:51:06 +0000 (17:51 +0100)
commitb3005ce191d27fd2f234df4969d5b58fda9c1940
tree9b58353dd5d5f5db8ca87597dcd67cec2c498cf5
parent9b6344613eecfcf77c510d7b63fcc4b7b51aefbc
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)
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c