commit | de33011ec623fd562419dede6bf465b5b9881a20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 20:50:52 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 20:50:52 2017 +0100 |
tree | 0ae82bcbe54c907d4893f36c94ed43624aea351d | |
parent | c695cec4698b41d7b9555efdd47dda9b1945d3ae [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f1a36da..641c72c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 160, +/**/ 159, /**/ 158,