commit | 1232624ae5b56c167c5982a2620f736c4bbc19ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 20:12:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 20:12:14 2017 +0100 |
tree | b6f255dc8111cbe81e2d2fa43668ba25d4c676e8 | |
parent | ab8b1c14a31e36ae87cc7e13c4a75318d513fc7b [diff] [blame] |
patch 8.0.1261: program in terminal window gets NL instead of CR Problem: Program in terminal window gets NL instead of CR. (Lifepillar) Solution: Check the tty setup more often. (closes #1998)
diff --git a/src/version.c b/src/version.c index 4fa6ea5..7d049d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1261, +/**/ 1260, /**/ 1259,