diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-27 13:04:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-27 13:04:13 +0200 |
commit | ac9fb18020d7e8bf16d02d45fbb02cf47328aaf7 (patch) | |
tree | 439cf73bcd9696032bfe85cd170b0623a9dffa9a /Filelist | |
parent | 5431589d25e73892fcf7ad1eaca53f742c1c9303 (diff) | |
download | vim-git-ac9fb18020d7e8bf16d02d45fbb02cf47328aaf7.tar.gz |
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-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |