Merge pull request #103 from gmerzu/fix2

fix: open_floating_window should return lazygit buffer instead of border_window
This commit is contained in:
Dheepak Krishnamurthy
2023-09-02 16:01:31 -04:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ local function open_floating_window()
cmd = [[autocmd WinLeave <buffer> silent! execute 'silent bdelete! %s']]
vim.cmd(cmd:format(border_buffer))
return win, border_window
return win, LAZYGIT_BUFFER
end
return {