comparison Filelist @ 18054:88b5c2b4e3d2 v8.1.2022

patch 8.1.2022: the option.c file is too big Commit: https://github.com/vim/vim/commit/0eddca40a6d878823fc90b0cd25d5d101506c564 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 12 22:26:43 2019 +0200 patch 8.1.2022: the option.c file is too big Problem: The option.c file is too big. Solution: Move option definitions to a separate file. (Yegappan Lakshmanan, closes #4918)
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Sep 2019 22:30:03 +0200
parents 68fd5296bf73
children df5778d73320
comparison
equal deleted inserted replaced
18053:8ac85adee561 18054:88b5c2b4e3d2
85 src/netbeans.c \ 85 src/netbeans.c \
86 src/normal.c \ 86 src/normal.c \
87 src/ops.c \ 87 src/ops.c \
88 src/option.c \ 88 src/option.c \
89 src/option.h \ 89 src/option.h \
90 src/optiondefs.h \
90 src/popupmnu.c \ 91 src/popupmnu.c \
91 src/popupwin.c \ 92 src/popupwin.c \
92 src/profiler.c \ 93 src/profiler.c \
93 src/quickfix.c \ 94 src/quickfix.c \
94 src/regexp.c \ 95 src/regexp.c \