]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0074 v8.0.0074
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Nov 2016 19:01:45 +0000 (20:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Nov 2016 19:01:45 +0000 (20:01 +0100)
commit95f096030ed1a8afea028f2ea295d6f6a70f466f
tree9b1dcdbbe678ad1a3152f5cfd70a136efce6bc92
parent459ca563128f2edb7e3bb190090bbb755a56dd55
patch 8.0.0074
Problem:    Cannot make Vim fail on an internal error.
Solution:   Add IEMSG() and IEMSG2(). (Domenique Pelle)  Avoid reporting an
            internal error without mentioning where.
30 files changed:
src/Makefile
src/blowfish.c
src/dict.c
src/edit.c
src/eval.c
src/evalfunc.c
src/ex_eval.c
src/getchar.c
src/globals.h
src/gui_beval.c
src/gui_w32.c
src/hangulin.c
src/hashtab.c
src/if_cscope.c
src/json.c
src/memfile.c
src/memline.c
src/message.c
src/misc2.c
src/option.c
src/proto/message.pro
src/proto/misc2.pro
src/quickfix.c
src/regexp.c
src/spell.c
src/undo.c
src/userfunc.c
src/version.c
src/vim.h
src/window.c