comparison src/version.c @ 26804:34f1b7d6974a

patch 8.2.3930: getcmdline() argument has a misleading type Commit: https://github.com/vim/vim/commit/c97f9a55bd020b94d92c392516d763ed5e43d872 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 28 20:59:56 2021 +0000 patch 8.2.3930: getcmdline() argument has a misleading type Problem: getcmdline() argument has a misleading type. Solution: Use the correct type, even though the value is not used.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Dec 2021 22:00:07 +0100
parents f6b10a501a0e
children 77ff030699d2
comparison
equal deleted inserted replaced
26803:90fea59d6307 26804:34f1b7d6974a
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3930,
752 /**/ 754 /**/
753 3929, 755 3929,
754 /**/ 756 /**/
755 3928, 757 3928,
756 /**/ 758 /**/