comparison src/Make_morph.mak @ 16411:5b5c5daf57de v8.1.1210

patch 8.1.1210: support for user commands is spread out commit https://github.com/vim/vim/commit/ac9fb18020d7e8bf16d02d45fbb02cf47328aaf7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 13:04:13 2019 +0200 patch 8.1.1210: support for user commands is spread out Problem: Support for user commands is spread out. No good reason to make user commands optional. Solution: Move user command support to usercmd.c. Always enable the user_commands feature.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 13:15:07 +0200
parents 1dcbaa780b8e
children 30de89c1d090
comparison
equal deleted inserted replaced
16410:eb356c5e6287 16411:5b5c5daf57de
79 syntax.c \ 79 syntax.c \
80 tag.c \ 80 tag.c \
81 term.c \ 81 term.c \
82 ui.c \ 82 ui.c \
83 undo.c \ 83 undo.c \
84 usercmd.c \
84 userfunc.c \ 85 userfunc.c \
85 version.c \ 86 version.c \
86 window.c \ 87 window.c \
87 88
88 OBJ = $(SRC:.c=.o) 89 OBJ = $(SRC:.c=.o)