1
0
forked from aniani/vim

patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windows

Problem:    Sending buffer lines to terminal doesn't work on MS-Windows.
Solution:   Send CTRL-D to mark the end of the text. (Yasuhiro Matsumoto,
            closes #2043) Add the "eof_chars" option.
This commit is contained in:
Bram Moolenaar
2017-09-02 14:54:21 +02:00
parent 995e4afcfe
commit 3346cc4ffb
6 changed files with 59 additions and 6 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1034,
/**/
1033,
/**/