comparison src/version.c @ 24258:8b4159943d9a v8.2.2670

patch 8.2.2670: Vim9: error for append(0, text) Commit: https://github.com/vim/vim/commit/b2ac7d0663ef31a335c50c6afca042ed9ace5059 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 28 15:46:16 2021 +0200 patch 8.2.2670: Vim9: error for append(0, text) Problem: Vim9: error for append(0, text). Solution: Check for negative number. (closes https://github.com/vim/vim/issues/8022)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Mar 2021 16:00:03 +0200
parents b471a413d36a
children ad065f64eb20
comparison
equal deleted inserted replaced
24257:952600bbf45c 24258:8b4159943d9a
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 2670,
753 /**/ 755 /**/
754 2669, 756 2669,
755 /**/ 757 /**/
756 2668, 758 2668,
757 /**/ 759 /**/