diff src/version.c @ 12767:4d9cdb1d8bea v8.0.1261

patch 8.0.1261: program in terminal window gets NL instead of CR commit https://github.com/vim/vim/commit/1232624ae5b56c167c5982a2620f736c4bbc19ef Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 4 20:12:14 2017 +0100 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 https://github.com/vim/vim/issues/1998)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Nov 2017 20:15:04 +0100
parents c1347c968d31
children 083ae2cfcc5b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1261,
+/**/
     1260,
 /**/
     1259,