commit | 7b61bf187a318cb710be40da9ce4c29972324a71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 17:16:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 17:16:51 2016 +0200 |
tree | edde0d7884363bd8356187e5664cd58060351e86 | |
parent | 5d2ca0402954ff79b73d9c86cc16c8a6454b75a7 [diff] [blame] |
patch 7.4.1957 Problem: Perl interface has obsolete workaround. Solution: Remove the workaround added by 7.3.623. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5e224e8..2827f24 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1957, +/**/ 1956, /**/ 1955,