szermatt / emacs-bash-completion

Add programmable bash completion to Emacs shell-mode
GNU General Public License v2.0
279 stars 33 forks source link

Always ensure that a copy of the candidate list is returned #48

Closed minad closed 2 years ago

minad commented 3 years ago

The caller of the completion table is allowed to mutate the list in place. See https://github.com/minad/corfu/issues/31 for the original issue.

szermatt commented 2 years ago

Thank you for the fix. Sorry it took so long for me to notice the pull request.