commit | b775e724394e05f3648fcb5f977979a592dd3f8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 18:12:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 18:12:44 2022 +0000 |
tree | 0aad34c880cd4fe15070b30bfc820c12f7c9f966 | |
parent | 9c5b7cb4cf67c64648a324e9dfd1e17d793335a4 [diff] [blame] |
patch 9.0.0920: cannot find an import prefixed with "s:" Problem: Cannot find an import prefixed with "s:". (Doug Kearns) Solution: Skip over the "s:". (closes #11585)
diff --git a/src/version.c b/src/version.c index e09e397..3dbf2ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 920, +/**/ 919, /**/ 918,