comparison src/version.c @ 15632:d4a6d575e910 v8.1.0824

patch 8.1.0824: SunOS/Solaris has a problem with ttys commit https://github.com/vim/vim/commit/1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 15:12:55 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 15:15:12 +0100
parents db6cfc44eb65
children 746b95fd25ad
comparison
equal deleted inserted replaced
15631:8896e3b99db4 15632:d4a6d575e910
785 NULL 785 NULL
786 }; 786 };
787 787
788 static int included_patches[] = 788 static int included_patches[] =
789 { /* Add new patch number below this line */ 789 { /* Add new patch number below this line */
790 /**/
791 824,
790 /**/ 792 /**/
791 823, 793 823,
792 /**/ 794 /**/
793 822, 795 822,
794 /**/ 796 /**/