mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +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 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+')
|
||||
|
||||
|
Reference in New Issue
Block a user