Skip to content

Commit

Permalink
format: apply stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Oct 14, 2023
1 parent a81be59 commit 6d07f73
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lua/oil/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,8 @@ M.refresh = {
}

local function open_cmdline_with_path(path)
local escaped = vim.api.nvim_replace_termcodes(
": " .. vim.fn.fnameescape(path) .. "<Home>",
true,
false,
true
)
local escaped =
vim.api.nvim_replace_termcodes(": " .. vim.fn.fnameescape(path) .. "<Home>", true, false, true)
vim.api.nvim_feedkeys(escaped, "n", false)
end

Expand Down

0 comments on commit 6d07f73

Please sign in to comment.