From bc4c505166dc82911553206bb0c2133c6ac94aa1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 13 Aug 2020 22:47:35 +0200 Subject: patch 8.2.1444: error messages are spread out and names can be confusing Problem: Error messages are spread out and names can be confusing. Solution: Start moving error messages to a separate file and use clear names. --- Filelist | 1 + 1 file changed, 1 insertion(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 127e3e4932..42eaa1d3ed 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 \ -- cgit v1.2.3