0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.1036: ++eof argument for terminal only available on MS-Windows

Problem:    ++eof argument for terminal only available on MS-Windows.
Solution:   Also support ++eof on Unix.  Add a test.
This commit is contained in:
Bram Moolenaar
2017-09-02 17:18:35 +02:00
parent ef68e4fa52
commit dada6d2a8e
5 changed files with 58 additions and 42 deletions

View File

@@ -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;