comparison src/Make_morph.mak @ 18100:df5778d73320 v8.1.2045

patch 8.1.2045: the option.c file is too big Commit: https://github.com/vim/vim/commit/dac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 16 21:06:21 2019 +0200 patch 8.1.2045: the option.c file is too big Problem: The option.c file is too big. Solution: Split off the code dealing with strings. (Yegappan Lakshmanan, closes #4937)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Sep 2019 21:15:05 +0200
parents cf8e0c7e0cb9
children 2a806e3c39f6
comparison
equal deleted inserted replaced
18099:349ea1199661 18100:df5778d73320
74 misc2.c \ 74 misc2.c \
75 move.c \ 75 move.c \
76 normal.c \ 76 normal.c \
77 ops.c \ 77 ops.c \
78 option.c \ 78 option.c \
79 optionstr.c \
79 os_amiga.c \ 80 os_amiga.c \
80 popupmnu.c \ 81 popupmnu.c \
81 profiler.c \ 82 profiler.c \
82 quickfix.c \ 83 quickfix.c \
83 regexp.c \ 84 regexp.c \