From 307c5a5bb77c3728dfab06c30e9f786309c63f74 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 25 Aug 2019 15:41:00 +0200 Subject: patch 8.1.1927: code for dealing with script files is spread out Problem: Code for dealing with script files is spread out. Solution: Move the code to scriptfile.c. (Yegappan Lakshmanan, closes #4861) --- src/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README.md') 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 -- cgit v1.2.3