commit | e9b892ebcd8596bf813793a1eed5a460a9495a28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:15:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:15:58 2016 +0100 |
tree | 209bed14093b4006bc946bbffdedc15d048db039 | |
parent | 25b2b94ea73eff2aeef624d2ba7f59a1a265a0c1 [diff] [blame] |
patch 7.4.1125 Problem: There is no perleval(). Solution: Add perleval(). (Damien)
diff --git a/src/version.c b/src/version.c index a1eb083..239d385 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1125, +/**/ 1124, /**/ 1123,