summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-27 13:04:13 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-27 13:04:13 +0200
commitac9fb18020d7e8bf16d02d45fbb02cf47328aaf7 (patch)
tree439cf73bcd9696032bfe85cd170b0623a9dffa9a /Filelist
parent5431589d25e73892fcf7ad1eaca53f742c1c9303 (diff)
patch 8.1.1210: support for user commands is spread outv8.1.1210
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.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index fc6374bacb..a6cc76c9f1 100644
--- a/Filelist
+++ b/Filelist
@@ -98,6 +98,7 @@ SRC_ALL = \
src/textprop.c \
src/ui.c \
src/undo.c \
+ src/usercmd.c \
src/userfunc.c \
src/version.c \
src/version.h \
@@ -212,6 +213,7 @@ SRC_ALL = \
src/proto/textprop.pro \
src/proto/ui.pro \
src/proto/undo.pro \
+ src/proto/usercmd.pro \
src/proto/userfunc.pro \
src/proto/version.pro \
src/proto/winclip.pro \