diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-25 15:41:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-25 15:41:00 +0200 |
commit | 307c5a5bb77c3728dfab06c30e9f786309c63f74 (patch) | |
tree | f178edf16af0642f2a1236a41984db6f660727df /src/README.md | |
parent | c2b97643a82bb9fbd202312dac4aa995f92e9e5b (diff) | |
download | vim-git-307c5a5bb77c3728dfab06c30e9f786309c63f74.tar.gz |
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.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index 194f8d602..979cdea31 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 |