A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/b518b577ea89439359dc9faea5ec1bf341c50e52 below:

restore priority of the preloader · neovim/neovim@b518b57 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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