jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.56k stars 307 forks source link

Fix issue with cycling panes in edit_with_instructions #388

Closed Aaronik closed 5 months ago

Aaronik commented 5 months ago

This Fixes https://github.com/jackMort/ChatGPT.nvim/issues/352

Closes #352

Something in 1f69ba2 broke this - here's a fix for it.

For some reason the active_panel is coming up nil when the view initially opens. It's being set at the top, but something is overwriting it.

Aaronik commented 5 months ago

cc @Moerliy , @jackMort