]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG() v8.0.0160
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 19:50:52 +0000 (20:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 19:50:52 +0000 (20:50 +0100)
commitde33011ec623fd562419dede6bf465b5b9881a20
tree0ae82bcbe54c907d4893f36c94ed43624aea351d
parentc695cec4698b41d7b9555efdd47dda9b1945d3ae
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.
src/channel.c
src/eval.c
src/regexp_nfa.c
src/version.c