fix: isabsolutepath check
ejri.dev 8 months ago 0e6b6140 18cb65f0
··· 10 10 11 11 local function open_buf(file) 12 12 -- nvim 0.11 only command 13 13 - if vim.fn.exists("*isabsolutepath") then 13 13 + if vim.fn.exists("*isabsolutepath") == 1 then 14 14 if not vim.fn.isabsolutepath(file) then 15 15 file = data.get_root() .. "/" .. file 16 16 end