commit | 6c4d4a64449ea225b1a568f5517e309b2054b490 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 17:47:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 17:47:42 2022 +0100 |
tree | feb56a6031ecd131f8dd25e7a318ef89f701cc51 | |
parent | 66b8d2a89efb6bd482e3160c7494e646e31aea27 [diff] [blame] |
patch 9.0.0744: in script in autoload dir exported variable is not found Problem: In script in autoload dir exported variable is not found. (Doug Kearns) Solution: Find the variable with the "script#" prefix. (closes #11361)
diff --git a/src/version.c b/src/version.c index de1c5ce..5bbf356 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 744, +/**/ 743, /**/ 742,