commit | 1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 15:12:55 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 26 15:12:55 2019 +0100 |
tree | 1dd5bf0c048edb2700cfefb407d7fda4033049f6 | |
parent | 203651b9b2e2f478c9a2be25f86ce9712a21a796 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b952291..ddf9b14 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 824, +/**/ 823, /**/ 822,