comparison src/version.c @ 24518:cf334a353c30 v8.2.2799

patch 8.2.2799: Vim9: type casts don't fully work at the script level Commit: https://github.com/vim/vim/commit/459fbdbf9216bc7b4721fc192e08b35039036caa Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 21 17:57:26 2021 +0200 patch 8.2.2799: Vim9: type casts don't fully work at the script level Problem: Vim9: type casts don't fully work at the script level. Solution: Implement the missing piece.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 18:00:05 +0200
parents 056f954c6fd2
children 3efc5cb6a404
comparison
equal deleted inserted replaced
24517:9fd77d6cd43c 24518:cf334a353c30
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 2799,
753 /**/ 755 /**/
754 2798, 756 2798,
755 /**/ 757 /**/
756 2797, 758 2797,
757 /**/ 759 /**/