commit | f768c3d19c518822d89dec4cc3947ddeea249316 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Aug 22 13:15:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 13:15:13 2022 +0100 |
tree | 5653c5bbaa38515ba7401fed81da6972971a260e | |
parent | e89aeed43e6eca1bda5379cf9b437bce3bc56628 [diff] [blame] |
patch 9.0.0244: cannot easily get the list of sourced scripts Problem: Cannot easily get the list of sourced scripts. Solution: Add the getscriptinfo() function. (Yegappan Lakshmanan, closes #10957)
diff --git a/src/version.c b/src/version.c index a5392e6..e2882b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 244, +/**/ 243, /**/ 242,