]> granicus.if.org Git - vim/commit
patch 8.1.2057: the screen.c file is much too big v8.1.2057
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Sep 2019 21:06:20 +0000 (23:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Sep 2019 21:06:20 +0000 (23:06 +0200)
commit7528d1f6b5422750eb778dfb550cfd0b0e540964
tree4282e05be0cf40c3e1920bdb4f2b5abe88e820ff
parentcd67059c0c3abf1e28aa66458abdf6f338252eb2
patch 8.1.2057: the screen.c file is much too big

Problem:    The screen.c file is much too big.
Solution:   Split it in three parts. (Yegappan Lakshmanan, closes #4943)
17 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/drawline.c [new file with mode: 0644]
src/drawscreen.c [new file with mode: 0644]
src/globals.h
src/proto.h
src/proto/drawline.pro [new file with mode: 0644]
src/proto/drawscreen.pro [new file with mode: 0644]
src/proto/screen.pro
src/screen.c
src/version.c
src/vim.h