mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 7.4.1518
Problem: Channel with disconnected in/out/err is not supported. Solution: Implement it for Unix.
This commit is contained in:
@@ -1417,8 +1417,8 @@ struct channel_S {
|
||||
#define JO_TIMEOUT_ALL (JO_TIMEOUT + JO_OUT_TIMEOUT + JO_ERR_TIMEOUT)
|
||||
|
||||
typedef enum {
|
||||
JIO_PIPE, /* default */
|
||||
JIO_NULL,
|
||||
JIO_PIPE,
|
||||
JIO_FILE,
|
||||
JIO_BUFFER,
|
||||
JIO_OUT
|
||||
|
Reference in New Issue
Block a user