summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-25 15:41:00 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-25 15:41:00 +0200
commit307c5a5bb77c3728dfab06c30e9f786309c63f74 (patch)
treef178edf16af0642f2a1236a41984db6f660727df /src/README.md
parentc2b97643a82bb9fbd202312dac4aa995f92e9e5b (diff)
patch 8.1.1927: code for dealing with script files is spread outv8.1.1927
Problem: Code for dealing with script files is spread out. Solution: Move the code to scriptfile.c. (Yegappan Lakshmanan, closes #4861)
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 194f8d6020..979cdea315 100644
--- a/src/README.md
+++ b/src/README.md
@@ -55,6 +55,7 @@ popupwin.c | popup window
profiler.c | vim script profiler
quickfix.c | quickfix commands (":make", ":cn")
regexp.c | pattern matching
+scriptfile.c | runtime directory handling and sourcing scripts
screen.c | updating the windows
search.c | pattern searching
session.c | sessions and views