mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
fix(lua): fix lua logger api
This commit is contained in:
parent
b12d1890d3
commit
0bcec61d0d
@ -1,4 +1,6 @@
|
||||
local M = {}
|
||||
-- should use local val
|
||||
local fn = nil
|
||||
|
||||
if vim.fn == nil then
|
||||
fn = require('spacevim').fn
|
||||
|
Loading…
Reference in New Issue
Block a user