copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.74k stars 124 forks source link

balancer: fix misbalance when start == end and/or end == dquote #160

Closed raymond-w-ko closed 11 months ago

raymond-w-ko commented 12 months ago

This fixes another misbalance case where it decides to specify the completion range as mentioned in the title.

I've used this for a few days and did not notice any regressions, so it should be safe to merge.