summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-16 19:25:12 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-16 19:25:12 +0100
commit9a6e33a19b18f20c25b73392cd2faa3ec4890c8c (patch)
tree2c13d3d751e1e635c4ca4fa8dbc854598a669f89 /src/structs.h
parent5d54a045989599468b7a971fc354b0cba4e2b09d (diff)
downloadvim-git-7.4.1336.tar.gz
patch 7.4.1336v7.4.1336
Problem: Channel NL mode is not supported yet. Solution: Add NL mode support to channels.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h8
1 files changed, 8 insertions, 0 deletions
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