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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user