summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-05-22 16:45:04 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-22 16:45:04 +0200
commit25536f415eab5a90d68b3c689c66a72803cd8e5d (patch)
tree1910f156801d4389aff3bd5c91569f30b5295c13 /src/README.md
parent52a6f348874778cf315b47d9e8b5f818f4b97277 (diff)
patch 9.1.0431: eval.c is too longv9.1.0431
Problem: eval.c is too long Solution: Move garbage collection code to new gc.c file (Yegappan Lakshmanan) closes: #14824 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 f3806d229a..404298863d 100644
--- a/src/README.md
+++ b/src/README.md
@@ -49,6 +49,7 @@ filepath.c | dealing with file names and paths
findfile.c | search for files in 'path'
fold.c | folding
getchar.c | getting characters and key mapping
+gc.c | garbage collection
help.c | vim help related functions
highlight.c | syntax highlighting
indent.c | text indentation