diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-02 14:54:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-02 14:54:21 +0200 |
commit | 3346cc4ffb459ecddb97a8c19bcc5834afa4dead (patch) | |
tree | 0c911bd400c68687eafebf5d7be41df5cf67afe3 /src/version.c | |
parent | 995e4afcfe60aa3c214ba680e7b027a4e05cf62b (diff) | |
download | vim-git-3346cc4ffb459ecddb97a8c19bcc5834afa4dead.tar.gz |
patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1034
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 807b2f1ab..b76c2a9d4 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1034, +/**/ 1033, /**/ 1032, |