kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

fix: store win and buffer for :LazyGitFilter command #97

Closed TashreeqPeck closed 1 year ago

TashreeqPeck commented 1 year ago

Fixed a minor bug that caused :LazyGitFilter to not correctly close the floating terminal.

kdheepak commented 1 year ago

Thank you for the fix!