From 1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 26 Jan 2019 15:12:55 +0100 Subject: patch 8.1.0824: SunOS/Solaris has a problem with ttys Problem: SunOS/Solaris has a problem with ttys. Solution: Add mch_isatty() with extra handling for SunOS. (Ozaki Kiichi, closes #3865) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index b9522911a..ddf9b1496 100644 --- a/src/version.c +++ b/src/version.c @@ -787,6 +787,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 824, /**/ 823, /**/ -- cgit v1.2.1