···10101111local function open_buf(file)
1212 -- nvim 0.11 only command
1313- if vim.fn.exists("*isabsolutepath") then
1313+ if vim.fn.exists("*isabsolutepath") == 1 then
1414 if not vim.fn.isabsolutepath(file) then
1515 file = data.get_root() .. "/" .. file
1616 end