Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/gitabra/git_status.lua
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ local function setup_keybinds(bufnr)
set_keymap('n', 'k', '<cmd>lua require("gitabra.git_status").prev_line()<cr>', opts)
end

local status_buf_name = "gitabra:////gitabra_status"
local status_buf_name = "gitabra://gitabra_status"

-- Looks through all available buffers and returns the gitabra status buffer if found
-- This helps us recover the bufnr if it becomes lost. This usually happens when the
Expand Down