+2
-1
lines changedFilter options
+2
-1
lines changed Original file line number Diff line number Diff line change
@@ -87,7 +87,8 @@ function vim._load_package(name)
87
87
return nil
88
88
end
89
89
90
-
table.insert(package.loaders, 1, vim._load_package)
90
+
-- Insert vim._load_package after the preloader at position 2
91
+
table.insert(package.loaders, 2, vim._load_package)
91
92
92
93
-- These are for loading runtime modules lazily since they aren't available in
93
94
-- the nvim binary as specified in executor.c
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4