mirror of
https://github.com/neovim/neovim.git
synced 2026-07-27 02:56:35 +00:00
refactor(api): omit optional param
This commit is contained in:
@@ -121,7 +121,7 @@ end
|
||||
---@param path string
|
||||
local function edit(path)
|
||||
navigating = true
|
||||
api.nvim_cmd({ cmd = 'edit', args = { path }, magic = { file = false, bar = false } }, {})
|
||||
api.nvim_cmd({ cmd = 'edit', args = { path }, magic = { file = false, bar = false } })
|
||||
navigating = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user