mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1257
Problem: Channel test fails in some configurations. Solution: Add check for the +channel feature.
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
" Test for channel functions.
|
" Test for channel functions.
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
" This requires the Python command to run the test server.
|
if !has('channel')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
" This test requires the Python command to run the test server.
|
||||||
" This most likely only works on Unix and Windows console.
|
" This most likely only works on Unix and Windows console.
|
||||||
if has('unix')
|
if has('unix')
|
||||||
" We also need the pkill command to make sure the server can be stopped.
|
" We also need the pkill command to make sure the server can be stopped.
|
||||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1257,
|
||||||
/**/
|
/**/
|
||||||
1256,
|
1256,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user