commit | fb1f62691eae7c79a28b3b17a60e72ce198c71a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 20:24:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 20:24:32 2016 +0100 |
tree | 92456937dc3d372bf30b97df3c5b5148ea2a8243 | |
parent | 155500077c80cdb5d9c63996000c011b66a676bf [diff] [blame] |
patch 7.4.1229 Problem: "eval" and "expr" channel commands don't work yet. Solution: Implement them. Update the error numbers. Also add "redraw".
diff --git a/src/version.c b/src/version.c index 6eb8b24..1c9cbf5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1229, +/**/ 1228, /**/ 1227,