aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-06-07 13:13:52 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-06-18 18:01:41 -0400
commita5bde56b371e199e36840ceb4a27e0440cbad60d (patch)
treed1f2b6775c30e53fba69a6c493706b0708529168 /test/unit/helpers.lua
parent70d4b31b834395fe36f4886e43b63fd4dc62ded1 (diff)
downloadrneovim-a5bde56b371e199e36840ceb4a27e0440cbad60d.tar.gz
rneovim-a5bde56b371e199e36840ceb4a27e0440cbad60d.tar.bz2
rneovim-a5bde56b371e199e36840ceb4a27e0440cbad60d.zip
vim-patch:8.0.1554: custom plugins loaded with --clean
Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'. https://github.com/vim/vim/commit/072687032683b1994d25a114893d9a6f8bc36612
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r--test/unit/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index a77a089763..465b553693 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -96,8 +96,8 @@ local init = only_separate(function()
c.func(unpack(c.args))
end
libnvim.time_init()
- libnvim.early_init()
libnvim.event_init()
+ libnvim.early_init(nil)
if child_calls_mod then
for _, c in ipairs(child_calls_mod) do
c.func(unpack(c.args))