Revert "ci: dummy failure to test"
This reverts commit 2bc43bad430209e32a5049a16c56710c4f6e2f7b.
This commit is contained in:
@@ -37,7 +37,7 @@ function M.change_root(path, bufnr)
|
||||
end
|
||||
|
||||
-- don't find inexistent
|
||||
if foo.fn.filereadable(path) == 0 then
|
||||
if vim.fn.filereadable(path) == 0 then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user