1
0
forked from aniani/vim

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:
Bram Moolenaar
2017-09-02 16:28:36 +02:00
parent 3346cc4ffb
commit ef68e4fa52
6 changed files with 63 additions and 13 deletions

View File

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