comparison src/version.c @ 24295:7f634eae21fe v8.2.2688

patch 8.2.2688: Vim9: crash when using s: for script variable Commit: https://github.com/vim/vim/commit/ca51cc0a335d0c449784440501c7d46ee8f84ce4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 1 21:38:53 2021 +0200 patch 8.2.2688: Vim9: crash when using s: for script variable Problem: Vim9: crash when using s: for script variable. Solution: Pass the end pointer. (closes https://github.com/vim/vim/issues/8045)
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Apr 2021 21:45:02 +0200
parents bbf4b3185554
children 6b7ab048eaae
comparison
equal deleted inserted replaced
24294:e4dddd2b4a50 24295:7f634eae21fe
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 2688,
753 /**/ 755 /**/
754 2687, 756 2687,
755 /**/ 757 /**/
756 2686, 758 2686,
757 /**/ 759 /**/