comparison src/version.c @ 13744:d6553cde1292 v8.0.1744

patch 8.0.1744: on some systems /dev/stdout isn't writable commit https://github.com/vim/vim/commit/9980b37a80dc72eef05bf8862aaf475ab17790a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 21 20:12:35 2018 +0200 patch 8.0.1744: on some systems /dev/stdout isn't writable Problem: On some systems /dev/stdout isn't writable. Solution: Skip test if writing is not possible. (James McCoy, closes https://github.com/vim/vim/issues/2830)
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 20:15:08 +0200
parents a34b1323286c
children 260256caac38
comparison
equal deleted inserted replaced
13743:c1ca4471e8c2 13744:d6553cde1292
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1744,
764 /**/ 766 /**/
765 1743, 767 1743,
766 /**/ 768 /**/
767 1742, 769 1742,
768 /**/ 770 /**/