mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -07:00
avoid using loadfile, use dofile instead
This commit is contained in:
parent
226f4b3d4e
commit
0a952a9bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ M.load_all_highlights = function()
|
|||
M.compile()
|
||||
|
||||
for _, file in ipairs(vim.fn.readdir(vim.g.base46_cache)) do
|
||||
loadfile(vim.g.base46_cache .. file)()
|
||||
dofile(vim.g.base46_cache .. file)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue