]> granicus.if.org Git - vim/commit
patch 8.2.4010: error messages are spread out v8.2.4010
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Jan 2022 17:49:15 +0000 (17:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Jan 2022 17:49:15 +0000 (17:49 +0000)
commit9d00e4a8146862c17ed429dc6b1b43349acb2b5f
tree79a1e0d0a738940dba6a9a86936376bd62e04ca3
parentd3a117814d6acbf0dca3eff1a7626843b9b3734a
patch 8.2.4010: error messages are spread out

Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
31 files changed:
src/crypt.c
src/diff.c
src/errors.h
src/ex_docmd.c
src/ex_getln.c
src/fileio.c
src/findfile.c
src/float.c
src/gui.c
src/highlight.c
src/if_mzsch.c
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/insexpand.c
src/match.c
src/memline.c
src/option.c
src/popupwin.c
src/regexp.c
src/regexp_nfa.c
src/spellfile.c
src/strings.c
src/syntax.c
src/textprop.c
src/typval.c
src/undo.c
src/usercmd.c
src/userfunc.c
src/version.c
src/window.c