1
This commit is contained in:
Alex Yatskov 2022-10-02 15:58:57 -07:00
parent 354a21ea72
commit 64346078d3

View File

@ -46,7 +46,7 @@ local function hflip()
end
if flip_path then
vim.api.nvim_exec(string.format('e %s', flip_path), false)
vim.cmd(string.format('e %s', flip_path))
end
end