comparison src/version.c @ 30275:121d28008c14 v9.0.0473

patch 9.0.0473: fullcommand() only works for the current script version Commit: https://github.com/vim/vim/commit/aa5341477c9f3840d63f709de3b9e5d0266f93d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 15 21:46:02 2022 +0100 patch 9.0.0473: fullcommand() only works for the current script version Problem: fullcommand() only works for the current script version. Solution: Add an optional argument for the script version.
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Sep 2022 23:00:05 +0200
parents 5f112a0b4da1
children 2505460dc703
comparison
equal deleted inserted replaced
30274:76745af3bb76 30275:121d28008c14
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 473,
706 /**/ 708 /**/
707 472, 709 472,
708 /**/ 710 /**/
709 471, 711 471,
710 /**/ 712 /**/