minad / corfu

:desert_island: corfu.el - COmpletion in Region FUnction
GNU General Public License v3.0
1.06k stars 42 forks source link

Support displaying the popup when there is only one exact match #401

Closed galeo closed 6 months ago

galeo commented 6 months ago

As discussed in #396, a show value is added to corfu-on-exact-match, and it handles both auto and manual completion.

Please have a look. Thanks.

minad commented 6 months ago

Thanks, this looks simple enough! I will give it a try.

minad commented 6 months ago

Merged. I simplified the setup slightly in https://github.com/minad/corfu/commit/9cebcfedca0ab165fcfc8a56acc2d2513a02b9e3. Please give it a check if everything works as expected for you.

galeo commented 6 months ago

Did some quick testing and it works well, thanks!