summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-17 14:38:55 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-17 14:38:55 +0200
commit4ad62155a1015751a6645aaecd94b02c94c8934b (patch)
tree72d2dab4221986c394ca9f444dfe86cfabe51cfe /src/README.md
parent69cbbecf548f390197259ca30cfe147c3e59ce5a (diff)
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 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index 2e774907ef..ffce497a5a 100644
--- a/src/README.md
+++ b/src/README.md
@@ -23,6 +23,7 @@ Most code can be found in a file with an obvious name (incomplete list):
File name | Description
--------------- | -----------
+arglist.c | handling argument list
autocmd.c | autocommands
blob.c | blob data type
buffer.c | manipulating buffers (loaded files)