comparison Filelist @ 16142:570a296aa0b4 v8.1.1076

patch 8.1.1076: file for Insert mode is much too big commit https://github.com/vim/vim/commit/7591bb39d58ece38a5fef984a08ea9012616c1f9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 13:53:47 2019 +0100 patch 8.1.1076: file for Insert mode is much too big Problem: File for Insert mode is much too big. Solution: Split off the code for Insert completion. (Yegappan Lakshmanan, closes #4044)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 14:00:07 +0100
parents 52ae47071830
children 4a1b411b1cfa
comparison
equal deleted inserted replaced
16141:8abbc25d5d23 16142:570a296aa0b4
46 src/gui.h \ 46 src/gui.h \
47 src/gui_beval.c \ 47 src/gui_beval.c \
48 src/hardcopy.c \ 48 src/hardcopy.c \
49 src/hashtab.c \ 49 src/hashtab.c \
50 src/indent.c \ 50 src/indent.c \
51 src/insexpand.c \
51 src/json.c \ 52 src/json.c \
52 src/json_test.c \ 53 src/json_test.c \
53 src/kword_test.c \ 54 src/kword_test.c \
54 src/list.c \ 55 src/list.c \
55 src/keymap.h \ 56 src/keymap.h \
173 src/proto/gui.pro \ 174 src/proto/gui.pro \
174 src/proto/gui_beval.pro \ 175 src/proto/gui_beval.pro \
175 src/proto/hardcopy.pro \ 176 src/proto/hardcopy.pro \
176 src/proto/hashtab.pro \ 177 src/proto/hashtab.pro \
177 src/proto/indent.pro \ 178 src/proto/indent.pro \
179 src/proto/insexpand.pro \
178 src/proto/json.pro \ 180 src/proto/json.pro \
179 src/proto/list.pro \ 181 src/proto/list.pro \
180 src/proto/main.pro \ 182 src/proto/main.pro \
181 src/proto/mark.pro \ 183 src/proto/mark.pro \
182 src/proto/mbyte.pro \ 184 src/proto/mbyte.pro \