comparison src/version.c @ 22381:6fe9536694ff v8.2.1739

patch 8.2.1739: Vim9: crash when compiling a manually defined function Commit: https://github.com/vim/vim/commit/9c4f55204fdf8909f4e3515a32a542044bf9f943 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 21:47:28 2020 +0200 patch 8.2.1739: Vim9: crash when compiling a manually defined function Problem: Vim9: crash when compiling a manually defined function. (Antony Scriven) Solution: Check that the script ID is positive. (closes #7012)
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Sep 2020 22:00:04 +0200
parents e1e24b1dba6e
children 82d92f6c756c
comparison
equal deleted inserted replaced
22380:4b2dec9c0c29 22381:6fe9536694ff
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 1739,
753 /**/ 755 /**/
754 1738, 756 1738,
755 /**/ 757 /**/
756 1737, 758 1737,
757 /**/ 759 /**/