]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1662 v7.4.1662
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Mar 2016 21:56:46 +0000 (22:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Mar 2016 21:56:46 +0000 (22:56 +0100)
commitc4dcd60c76666bf113719f929709ad6120eb6528
tree5e6312286de30efa69d0f85443c67ced43b782a2
parentfa8b2e173dd5f6c4a5cfd326abdcf68b8eebf90d
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.
src/channel.c
src/testdir/test_channel.py
src/testdir/test_channel.vim
src/version.c