commit | 909443028b57d7514ce3c71f00e9d808f2126b4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 20:45:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 20:45:11 2020 +0200 |
tree | 1d574ce00cdb456fbd241dadb493ed652d657a40 | |
parent | 491799be5084dde7aa3367462f306e7b71dbc4a5 [diff] [blame] |
patch 8.2.1347: cannot easily get the script ID Problem: Cannot easily get the script ID. Solution: Support expand('<SID>').
diff --git a/src/version.c b/src/version.c index cdb26a2..6b1a367 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1347, +/**/ 1346, /**/ 1345,