commit | 66b51420e0c8d49bcf6786b792c938d6099e3393 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 21:44:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 21:44:12 2019 +0200 |
tree | 04d7f116a3ae2360ba8b68c2f4ce9544afb1e7f4 | |
parent | db1085a5630ffdaa2e9f342c06cc739ebdf1a99a [diff] [blame] |
patch 8.1.1886: command line expansion code is spread out Problem: Command line expansion code is spread out. Solution: Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes #4831)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index e478b30..c41e853 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -31,6 +31,7 @@ buffer.c \ change.c \ charset.c \ + cmdexpand.c \ cmdhist.c \ crypt.c \ crypt_zip.c \