comparison src/version.c @ 23660:f8f460738aaa v8.2.2372

patch 8.2.2372: confusing error message for wrong :let command Commit: https://github.com/vim/vim/commit/585587dadbc2558520c33969098db9ff49598785 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 20:52:13 2021 +0100 patch 8.2.2372: confusing error message for wrong :let command Problem: Confusing error message for wrong :let command. Solution: Only check for type in Vim9 script.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Jan 2021 21:00:04 +0100
parents c8f26523d7d7
children c761fcb89dfe
comparison
equal deleted inserted replaced
23659:9c9233720588 23660:f8f460738aaa
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 2372,
753 /**/ 755 /**/
754 2371, 756 2371,
755 /**/ 757 /**/
756 2370, 758 2370,
757 /**/ 759 /**/