commit | 20fb9f346497daca4d19402fdfa5de7958642477 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 23:20:33 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 23:20:33 2016 +0100 |
tree | a5f484e21e755b04f4e2ab195c8aac3e8c299daa | |
parent | ba4ef2757cfc126f342b710f1ad9ea39e6b56cec [diff] [blame] |
patch 7.4.1217 Problem: Execution of command on channel doesn't work yet. Solution: Implement the "ex" and "normal" commands.
diff --git a/src/version.c b/src/version.c index 6207575..d57420b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1217, +/**/ 1216, /**/ 1215,