commit | 4a792c87b9a643a949ee36106a2f7e971dc633f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 12:22:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 12:22:41 2019 +0200 |
tree | 4e7340e34cf10c2f17b1d80176211cf91a5b5bca | |
parent | 61da1bfa6c6b19dd670671a318ce9f9e2acc784c [diff] [blame] |
patch 8.1.1473: new resolve() implementation causes problem for plugins Problem: New resolve() implementation causes problem for plugins. Solution: Only resolve a resparse point after checking it is needed. (Ken Takata, closes #4492)
diff --git a/src/version.c b/src/version.c index ca2e174..cd138ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1473, +/**/ 1472, /**/ 1471,