aranc
aranc
This seems to be working: ``` function! CompleteNextWord() let dict = copilot#GetDisplayedSuggestion() let text = dict['text'] let first = split(text, ' ')[0] return first . ' ' endfunction inoremap CompleteNextWord()...
No prob. Fixed style issues, will check other issues soon
Done. Resolved all current issues in review
Just to be cleaner, also adding a commit to "Don't start maintain_connections_task if min_connections==0"
Hi, I added a commit to remove destroyed connections from the list of connections maintained by the connections pool. I'm not sure at all if this is the best way...