diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-17 14:38:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-17 14:38:55 +0200 |
commit | 4ad62155a1015751a6645aaecd94b02c94c8934b (patch) | |
tree | 72d2dab4221986c394ca9f444dfe86cfabe51cfe /Filelist | |
parent | 69cbbecf548f390197259ca30cfe147c3e59ce5a (diff) | |
download | vim-git-4ad62155a1015751a6645aaecd94b02c94c8934b.tar.gz |
patch 8.1.1869: code for the argument list is spread outv8.1.1869
Problem: Code for the argument list is spread out.
Solution: Put argument list code in arglist.c. (Yegappan Lakshmanan,
closes #4819)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ SRC_ALL = \ src/README.md \ src/alloc.h \ src/arabic.c \ + src/arglist.c \ src/ascii.h \ src/autocmd.c \ src/beval.c \ @@ -165,6 +166,7 @@ SRC_ALL = \ src/proto.h \ src/protodef.h \ src/proto/arabic.pro \ + src/proto/arglist.pro \ src/proto/autocmd.pro \ src/proto/beval.pro \ src/proto/blob.pro \ |