mirror of
https://github.com/zoriya/vim.git
synced 2026-06-09 22:50:45 +00:00
patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windows
Problem: Sending buffer lines to terminal doesn't work on MS-Windows.
Solution: Use CR instead of NL after every line. Make the EOF text work
properly. Add the ++eof argument to :terminal.
This commit is contained in:
@@ -8141,6 +8141,12 @@ term_start({cmd}, {options}) *term_start()*
|
||||
have "%d" where the buffer number goes,
|
||||
e.g. "10split|buffer %d"; when not
|
||||
specified "botright sbuf %d" is used
|
||||
"eof_chars" Text to send after all buffer lines were
|
||||
written to the terminal. When not set
|
||||
CTRL-D is used. For Python use CTRL-Z or
|
||||
"exit()". For a shell use "exit". A CR
|
||||
is always added.
|
||||
{only on MS-Windows}
|
||||
|
||||
{only available when compiled with the |+terminal| feature}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user