commit | 520f6ef60a59f7b5f3da9199999d13dbe817d3ce | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Aug 25 17:40:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 17:40:40 2022 +0100 |
tree | 7982ec9430d2766a4f4f53066e2172f8311e328a | |
parent | 0166e398d11a09662d783fe5db62b414045880f8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 022b719..b794c0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 269, +/**/ 268, /**/ 267,