mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
fix: function was renamed (#23772)
This commit is contained in:
parent
d3a22ff242
commit
44d4ae448d
@ -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+')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user