diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-13 22:47:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-13 22:47:35 +0200 |
commit | bc4c505166dc82911553206bb0c2133c6ac94aa1 (patch) | |
tree | 14a6624ace74cef5d79c55c818012042fef3d03e /Filelist | |
parent | cdd70f09a5340c3d7ae873f1aaaf9847f27410cc (diff) | |
download | vim-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-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |