1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-03-26 22:56:46 +01:00
parent fa8b2e173d
commit c4dcd60c76
4 changed files with 21 additions and 0 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1662,
/**/
1661,
/**/