forked from aniani/vim
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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user