comparison src/version.c @ 29861:8dca33bca038 v9.0.0269

patch 9.0.0269: getscriptinfo() does not include the version Commit: https://github.com/vim/vim/commit/520f6ef60a59f7b5f3da9199999d13dbe817d3ce Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Aug 25 17:40:40 2022 +0100 patch 9.0.0269: getscriptinfo() does not include the version Problem: getscriptinfo() does not include the version. Cannot select entries by script name. Solution: Add the "version" item and the "name" argument. (Yegappan Lakshmanan, closes #10962)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 18:45:04 +0200
parents d7b9c0b1ae3e
children 62350f19d4ed
comparison
equal deleted inserted replaced
29860:21b386bb3f61 29861:8dca33bca038
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 269,
730 /**/ 732 /**/
731 268, 733 268,
732 /**/ 734 /**/
733 267, 735 267,
734 /**/ 736 /**/