Patch 7.4.1301
Problem: Missing options in ch_open().
Solution: Add s:chopt like in the other calls. (Ozaki Kiichi)
Files: src/testdir/test_channel.vim
*** ../vim-7.4.1300/src/testdir/test_channel.vim 2016-02-10
21:07:09.016869231 +0100
--- src/testdir/test_channel.vim 2016-02-10 23:26:23.724443371 +0100
***************
*** 161,167 ****
" Test that we can open two channels.
func s:two_channels(port)
! let handle = ch_open('localhost:' . a:port)
if handle < 0
call assert_false(1, "Can't open channel")
return
--- 161,167 ----
" Test that we can open two channels.
func s:two_channels(port)
! let handle = ch_open('localhost:' . a:port, s:chopt)
if handle < 0
call assert_false(1, "Can't open channel")
return
*** ../vim-7.4.1300/src/version.c 2016-02-10 22:23:02.256605792 +0100
--- src/version.c 2016-02-10 23:27:10.207954037 +0100
***************
*** 749,750 ****
--- 749,752 ----
{ /* Add new patch number below this line */
+ /**/
+ 1301,
/**/
--
hundred-and-one symptoms of being an internet addict:
220. Your wife asks for sex and you tell her where to find you on IRC.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.