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

Bug: there's no function "edit_message" anywhere in the code #445

Open thiswillbeyourgithub opened 3 weeks ago

thiswillbeyourgithub commented 3 weeks ago

Hi, I was never able to make the "edit_message" function of chat work so tried to debug and I think the issue is simply that base.lua is calling self:edit_message but there is no such function anywhere in the code base, I don't even find a trace of it in the logs. What's going on?