commit | c4dcd60c76666bf113719f929709ad6120eb6528 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 22:56:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 22:56:46 2016 +0100 |
tree | 5e6312286de30efa69d0f85443c67ced43b782a2 | |
parent | fa8b2e173dd5f6c4a5cfd326abdcf68b8eebf90d [diff] [blame] |
patch 7.4.1662 Problem: No test for an invalid Ex command on a channel. Solution: Test handling an invalid command gracefully. Avoid getting an error message, do write it to the channel log.
diff --git a/src/version.c b/src/version.c index 7e63f1f..b19190d 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1662, +/**/ 1661, /**/ 1660,