comparison src/version.c @ 26839:eb6d56ab4858 v8.2.3948

patch 8.2.3948: Vim9: failure with partial with unknown argument count Commit: https://github.com/vim/vim/commit/cfe3af284a26178f4838df7c7489b2a1edd4c3a1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 30 13:59:20 2021 +0000 patch 8.2.3948: Vim9: failure with partial with unknown argument count Problem: Vim9: failure with partial with unknown argument count. Solution: Do not copy argument types if there aren't any.
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Dec 2021 15:00:05 +0100
parents 6aae8f25790a
children 48d6f187e9c0
comparison
equal deleted inserted replaced
26838:01acdfb78d91 26839:eb6d56ab4858
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 3948,
752 /**/ 754 /**/
753 3947, 755 3947,
754 /**/ 756 /**/
755 3946, 757 3946,
756 /**/ 758 /**/