comparison Filelist @ 18164:f57481564f2c v8.1.2077

patch 8.1.2077: the ops.c file is too big Commit: https://github.com/vim/vim/commit/4aea03eb875613e3eae2125b84f02b7cd898b2f8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 25 22:37:17 2019 +0200 patch 8.1.2077: the ops.c file is too big Problem: The ops.c file is too big. Solution: Move code for dealing with registers to a new file. (Yegappan Lakshmanan, closes #4982)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 22:45:03 +0200
parents 1868ec23360e
children 6e53d83e021d
comparison
equal deleted inserted replaced
18163:be0960bbf0c7 18164:f57481564f2c
98 src/quickfix.c \ 98 src/quickfix.c \
99 src/regexp.c \ 99 src/regexp.c \
100 src/regexp_bt.c \ 100 src/regexp_bt.c \
101 src/regexp_nfa.c \ 101 src/regexp_nfa.c \
102 src/regexp.h \ 102 src/regexp.h \
103 src/register.c \
103 src/scriptfile.c \ 104 src/scriptfile.c \
104 src/screen.c \ 105 src/screen.c \
105 src/search.c \ 106 src/search.c \
106 src/session.c \ 107 src/session.c \
107 src/sha256.c \ 108 src/sha256.c \
242 src/proto/popupmnu.pro \ 243 src/proto/popupmnu.pro \
243 src/proto/popupwin.pro \ 244 src/proto/popupwin.pro \
244 src/proto/profiler.pro \ 245 src/proto/profiler.pro \
245 src/proto/quickfix.pro \ 246 src/proto/quickfix.pro \
246 src/proto/regexp.pro \ 247 src/proto/regexp.pro \
248 src/proto/register.pro \
247 src/proto/scriptfile.pro \ 249 src/proto/scriptfile.pro \
248 src/proto/screen.pro \ 250 src/proto/screen.pro \
249 src/proto/search.pro \ 251 src/proto/search.pro \
250 src/proto/session.pro \ 252 src/proto/session.pro \
251 src/proto/sha256.pro \ 253 src/proto/sha256.pro \