comparison src/version.c @ 28901:11609f025219 v8.2.4973

patch 8.2.4973: Vim9: type error for list unpack mentions argument Commit: https://github.com/vim/vim/commit/bd3a9d2c946bae0427d7c9b9249716064935fb4e Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 17 16:12:39 2022 +0100 patch 8.2.4973: Vim9: type error for list unpack mentions argument Problem: Vim9: type error for list unpack mentions argument. Solution: Mention variable. (close https://github.com/vim/vim/issues/10435)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 May 2022 17:15:03 +0200
parents 2644e49d5147
children 6a7d94628b5a
comparison
equal deleted inserted replaced
28900:7630685d3e43 28901:11609f025219
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4973,
749 /**/ 751 /**/
750 4972, 752 4972,
751 /**/ 753 /**/
752 4971, 754 4971,
753 /**/ 755 /**/