diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-19 23:06:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-19 23:06:20 +0200 |
commit | 7528d1f6b5422750eb778dfb550cfd0b0e540964 (patch) | |
tree | 4282e05be0cf40c3e1920bdb4f2b5abe88e820ff /Filelist | |
parent | cd67059c0c3abf1e28aa66458abdf6f338252eb2 (diff) | |
download | vim-git-7528d1f6b5422750eb778dfb550cfd0b0e540964.tar.gz |
patch 8.1.2057: the screen.c file is much too bigv8.1.2057
Problem: The screen.c file is much too big.
Solution: Split it in three parts. (Yegappan Lakshmanan, closes #4943)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,8 @@ SRC_ALL = \ src/dict.c \ src/diff.c \ src/digraph.c \ + src/drawline.c \ + src/drawscreen.c \ src/edit.c \ src/eval.c \ src/evalbuffer.c \ @@ -192,6 +194,8 @@ SRC_ALL = \ src/proto/dict.pro \ src/proto/diff.pro \ src/proto/digraph.pro \ + src/proto/drawline.pro \ + src/proto/drawscreen.pro \ src/proto/edit.pro \ src/proto/eval.pro \ src/proto/evalbuffer.pro \ |