mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
refactor: fix luals warnings
This commit is contained in:
@@ -133,7 +133,7 @@ function M.open(path)
|
||||
path = vim.fn.expand(path)
|
||||
end
|
||||
|
||||
local cmd
|
||||
local cmd --- @type string[]
|
||||
|
||||
if vim.fn.has('mac') == 1 then
|
||||
cmd = { 'open', path }
|
||||
|
||||
Reference in New Issue
Block a user