comparison src/version.c @ 10540:ea7fbae33285 v8.0.0160

patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG() commit https://github.com/vim/vim/commit/de33011ec623fd562419dede6bf465b5b9881a20 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 8 20:50:52 2017 +0100 patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG() Problem: EMSG() is sometimes used for internal errors. Solution: Change them to IEMSG(). (Dominique Pelle) And a few more.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jan 2017 21:00:05 +0100
parents c7f671dfd735
children 5c0a28604bd0
comparison
equal deleted inserted replaced
10539:b7add90fec60 10540:ea7fbae33285
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 160,
767 /**/ 769 /**/
768 159, 770 159,
769 /**/ 771 /**/
770 158, 772 158,
771 /**/ 773 /**/