From 9a6e33a19b18f20c25b73392cd2faa3ec4890c8c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 16 Feb 2016 19:25:12 +0100 Subject: patch 7.4.1336 Problem: Channel NL mode is not supported yet. Solution: Add NL mode support to channels. --- src/structs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/structs.h') diff --git a/src/structs.h b/src/structs.h index 723876723..eb72f90f2 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1372,6 +1372,14 @@ struct channel_S { int ch_refcount; /* reference count */ }; +/* + * Options for job commands. + */ +typedef struct +{ + ch_mode_T jo_mode; +} jobopt_T; + /* structure used for explicit stack while garbage collecting hash tables */ typedef struct ht_stack_S -- cgit v1.2.1