summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-02 17:18:35 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-02 17:18:35 +0200
commitdada6d2a8e887309e88cb126f1251d81f91b4b9d (patch)
tree90b1f483ed53f0b6c5ab963c6becc1e1cd9887fd /src/structs.h
parentef68e4fa528165f8dd63156feeffc1af629b8d8a (diff)
downloadvim-git-dada6d2a8e887309e88cb126f1251d81f91b4b9d.tar.gz
patch 8.0.1036: ++eof argument for terminal only available on MS-Windowsv8.0.1036
Problem: ++eof argument for terminal only available on MS-Windows. Solution: Also support ++eof on Unix. Add a test.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h
index 6cfb5f2f1..f19377e36 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1781,9 +1781,7 @@ typedef struct
char_u *jo_term_name;
char_u *jo_term_opencmd;
int jo_term_finish;
-# ifdef WIN3264
char_u *jo_eof_chars;
-# endif
#endif
} jobopt_T;