commit | 825b54415f71beadd125b5703bed08332c053168 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 15:52:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 15:52:21 2020 +0200 |
tree | 6c1e8276a04865a080f255e286d884b5d6a8755d | |
parent | fc2a47ffc425777704b329c9edbe21163bedf63c [diff] [blame] |
patch 8.2.1494: missing change to calling eval_getline() Problem: Missing change to calling eval_getline(). Solution: Change last argument.
diff --git a/src/version.c b/src/version.c index 71fd2a8..ce970ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1494, +/**/ 1493, /**/ 1492,