]> granicus.if.org Git - vim/commit
patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windows v8.0.1035
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2017 14:28:36 +0000 (16:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2017 14:28:36 +0000 (16:28 +0200)
commitef68e4fa528165f8dd63156feeffc1af629b8d8a
tree14d8384050c19d4279c316b3fcd43e82ba942734
parent3346cc4ffb459ecddb97a8c19bcc5834afa4dead
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.
runtime/doc/eval.txt
runtime/doc/terminal.txt
src/channel.c
src/structs.h
src/terminal.c
src/version.c