comparison src/version.c @ 23697:19073a768852 v8.2.2390

patch 8.2.2390: Vim9: using positive offset is unexpected Commit: https://github.com/vim/vim/commit/b3005ce191d27fd2f234df4969d5b58fda9c1940 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 22 17:51:06 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Jan 2021 18:00:05 +0100
parents e3d77689d356
children 317018f62643
comparison
equal deleted inserted replaced
23696:c0a8837e86cb 23697:19073a768852
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2390,
753 /**/ 755 /**/
754 2389, 756 2389,
755 /**/ 757 /**/
756 2388, 758 2388,
757 /**/ 759 /**/