comparison Filelist @ 18124:2a806e3c39f6 v8.1.2057

patch 8.1.2057: the screen.c file is much too big Commit: https://github.com/vim/vim/commit/7528d1f6b5422750eb778dfb550cfd0b0e540964 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 19 23:06:20 2019 +0200 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 https://github.com/vim/vim/issues/4943)
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Sep 2019 23:15:05 +0200
parents df5778d73320
children 1868ec23360e
comparison
equal deleted inserted replaced
18123:ceb4be0b23c7 18124:2a806e3c39f6
30 src/crypt_zip.c \ 30 src/crypt_zip.c \
31 src/debugger.c \ 31 src/debugger.c \
32 src/dict.c \ 32 src/dict.c \
33 src/diff.c \ 33 src/diff.c \
34 src/digraph.c \ 34 src/digraph.c \
35 src/drawline.c \
36 src/drawscreen.c \
35 src/edit.c \ 37 src/edit.c \
36 src/eval.c \ 38 src/eval.c \
37 src/evalbuffer.c \ 39 src/evalbuffer.c \
38 src/evalfunc.c \ 40 src/evalfunc.c \
39 src/evalvars.c \ 41 src/evalvars.c \
190 src/proto/crypt_zip.pro \ 192 src/proto/crypt_zip.pro \
191 src/proto/debugger.pro \ 193 src/proto/debugger.pro \
192 src/proto/dict.pro \ 194 src/proto/dict.pro \
193 src/proto/diff.pro \ 195 src/proto/diff.pro \
194 src/proto/digraph.pro \ 196 src/proto/digraph.pro \
197 src/proto/drawline.pro \
198 src/proto/drawscreen.pro \
195 src/proto/edit.pro \ 199 src/proto/edit.pro \
196 src/proto/eval.pro \ 200 src/proto/eval.pro \
197 src/proto/evalbuffer.pro \ 201 src/proto/evalbuffer.pro \
198 src/proto/evalfunc.pro \ 202 src/proto/evalfunc.pro \
199 src/proto/evalvars.pro \ 203 src/proto/evalvars.pro \