summaryrefslogtreecommitdiffstats
path: root/src/iscygpty.c
AgeCommit message (Collapse)Author
2018-02-27patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar
Problem: Various small problems in source files. Solution: Fix the problems.
2017-08-31patch 8.0.1030: MS-Windows: wrong size computation in is_cygpty()v8.0.1030Bram Moolenaar
Problem: MS-Windows: wrong size computation in is_cygpty(). Solution: Compute the size properly. (Ken Takata)
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-06-26patch 7.4.1963v7.4.1963Bram Moolenaar
Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)