comparison src/version.c @ 12622:e8929ded6f43 v8.0.1189

patch 8.0.1189: E172 is not actually useful commit https://github.com/vim/vim/commit/6047e2c722347ae9443c2632c6e061918ccef9c6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 14 15:24:49 2017 +0200 patch 8.0.1189: E172 is not actually useful Problem: E172 is not actually useful, it's only on Unix anyway. Solution: Remove the check and the error.
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Oct 2017 15:30:04 +0200
parents 27a2fc398671
children ae2802b6bf7d
comparison
equal deleted inserted replaced
12621:688af7ac2bc0 12622:e8929ded6f43
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 1189,
764 /**/ 766 /**/
765 1188, 767 1188,
766 /**/ 768 /**/
767 1187, 769 1187,
768 /**/ 770 /**/