mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
fix: function was renamed (#23772)
This commit is contained in:
@@ -143,7 +143,7 @@ function LanguageTree:_set_logger()
|
|||||||
|
|
||||||
local lang = self:lang()
|
local lang = self:lang()
|
||||||
|
|
||||||
local logfilename = vim.fs._join_paths(vim.fn.stdpath('log'), 'treesitter.log')
|
local logfilename = vim.fs.joinpath(vim.fn.stdpath('log'), 'treesitter.log')
|
||||||
|
|
||||||
local logfile, openerr = io.open(logfilename, 'a+')
|
local logfile, openerr = io.open(logfilename, 'a+')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user