summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-19 23:06:20 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-19 23:06:20 +0200
commit7528d1f6b5422750eb778dfb550cfd0b0e540964 (patch)
tree4282e05be0cf40c3e1920bdb4f2b5abe88e820ff /src/proto.h
parentcd67059c0c3abf1e28aa66458abdf6f338252eb2 (diff)
downloadvim-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 'src/proto.h')
-rw-r--r--src/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 842d89131..efedc0edc 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -73,6 +73,8 @@ extern int _stricoll(char *a, char *b);
# include "dict.pro"
# include "diff.pro"
# include "digraph.pro"
+# include "drawline.pro"
+# include "drawscreen.pro"
# include "edit.pro"
# include "eval.pro"
# include "evalbuffer.pro"