summaryrefslogtreecommitdiff
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-13 22:47:35 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-13 22:47:35 +0200
commitbc4c505166dc82911553206bb0c2133c6ac94aa1 (patch)
tree14a6624ace74cef5d79c55c818012042fef3d03e /Filelist
parentcdd70f09a5340c3d7ae873f1aaaf9847f27410cc (diff)
downloadvim-git-bc4c505166dc82911553206bb0c2133c6ac94aa1.tar.gz
patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444
Problem: Error messages are spread out and names can be confusing. Solution: Start moving error messages to a separate file and use clear names.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 127e3e493..42eaa1d3e 100644
--- a/Filelist
+++ b/Filelist
@@ -45,6 +45,7 @@ SRC_ALL = \
src/drawline.c \
src/drawscreen.c \
src/edit.c \
+ src/errors.h \
src/eval.c \
src/evalbuffer.c \
src/evalfunc.c \