From 64346078d3be78dff774ae8f2235bb1e6342f374 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 2 Oct 2022 15:58:57 -0700 Subject: [PATCH] Cleanup --- lua/hflip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/hflip.lua b/lua/hflip.lua index e65b60a..9786d2e 100644 --- a/lua/hflip.lua +++ b/lua/hflip.lua @@ -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