We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0dbe1 commit b6ae9c7Copy full SHA for b6ae9c7
lua/neogit/buffers/status/actions.lua
@@ -72,11 +72,7 @@ local function translate_cursor_location(self, item)
72
end
73
74
local function open(type, path, cursor)
75
- local command = ("silent! %s %s | %s"):format(
76
- type,
77
- fn.fnameescape(path),
78
- cursor and cursor[1] or "1"
79
- )
+ local command = ("silent! %s %s | %s"):format(type, fn.fnameescape(path), cursor and cursor[1] or "1")
80
81
logger.debug("[Status - Open] '" .. command .. "'")
82
0 commit comments