summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-05-29 16:44:26 +0200
committerBram Moolenaar <Bram@vim.org>2016-05-29 16:44:26 +0200
commitef3abc6442260e9a0314970a532400b05571d3fe (patch)
tree258d8be9d890774d2ea658abc3185ff96d3b32a3 /src/structs.h
parentb127cfd75f59e82580df395b6e2c009774644b16 (diff)
patch 7.4.1859v7.4.1859
Problem: Cannot use a function reference for "exit_cb". Solution: Use get_callback(). (Yegappan Lakshmanan)
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index d5f8adc83a..08d3325431 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1529,7 +1529,6 @@ typedef struct
int jo_id;
char_u jo_soe_buf[NUMBUFLEN];
char_u *jo_stoponexit;
- char_u jo_ecb_buf[NUMBUFLEN];
} jobopt_T;