Conversation
|
after testing I found one issue where it includes as well other buffers from NERDTree plugin and vim itself and unless i delete these it prevents me from submitting. // output #file: NERD_tree_tab_1 // error messages Error detected while processing function copilot_chat#SubmitMessage[69]..copilot_chat#api#AsyncRequest: |
|
Aha! I'm not using nerd tree so I hadn't anticipated that. I'll look into adding a filter to only pick file-buffers. |
|
I've added a filter to only add listed buffers. Nerdtree, netrw and other plugins set their buffers to unlisted so it should fix the problem. |
|
it works, no other buffers spotted in the wild. thanks! |
|
How about |
This will add a
/buff allfunction to complement the/tab allfeature for us who primarily uses buffers instead of tabs.fixes #42