1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-01-08 20:50:52 +01:00
parent c695cec469
commit de33011ec6
4 changed files with 8 additions and 6 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
160,
/**/
159,
/**/