comparison Filelist @ 20237:918245588b50 v8.2.0674

patch 8.2.0674: some source files are too big Commit: https://github.com/vim/vim/commit/11abd095210fc84e5dcee87b9baed86061caefe4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:26:37 2020 +0200 patch 8.2.0674: some source files are too big Problem: Some source files are too big. Solution: Move text formatting functions to a new file. (Yegappan Lakshmanan, closes #6021)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:30:04 +0200
parents 57a69af99e48
children 258f5183b7e1
comparison
equal deleted inserted replaced
20236:366b1c4f8c49 20237:918245588b50
126 src/term.c \ 126 src/term.c \
127 src/terminal.c \ 127 src/terminal.c \
128 src/term.h \ 128 src/term.h \
129 src/termlib.c \ 129 src/termlib.c \
130 src/testing.c \ 130 src/testing.c \
131 src/textformat.c \
131 src/textobject.c \ 132 src/textobject.c \
132 src/textprop.c \ 133 src/textprop.c \
133 src/time.c \ 134 src/time.c \
134 src/ui.c \ 135 src/ui.c \
135 src/undo.c \ 136 src/undo.c \
278 src/proto/tag.pro \ 279 src/proto/tag.pro \
279 src/proto/term.pro \ 280 src/proto/term.pro \
280 src/proto/terminal.pro \ 281 src/proto/terminal.pro \
281 src/proto/termlib.pro \ 282 src/proto/termlib.pro \
282 src/proto/testing.pro \ 283 src/proto/testing.pro \
284 src/proto/textformat.pro \
283 src/proto/textobject.pro \ 285 src/proto/textobject.pro \
284 src/proto/textprop.pro \ 286 src/proto/textprop.pro \
285 src/proto/time.pro \ 287 src/proto/time.pro \
286 src/proto/ui.pro \ 288 src/proto/ui.pro \
287 src/proto/undo.pro \ 289 src/proto/undo.pro \