1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 07:01:11 -08:00

; * etc/NEWS (New 'flex' completion style): New entry

This commit is contained in:
João Távora 2019-02-14 10:36:40 +00:00
parent 33dbe23bb8
commit fabfb54d1f

View file

@ -266,6 +266,12 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that
respects display actions specified by 'display-buffer-alist' and
'display-buffer-overriding-action'.
** New 'flex' completion style
An implementation of popular "flx/fuzzy/scatter" completion which
matches strings where the pattern appears as a subsequence. Put
simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex'
to 'completion-styles' or 'completion-category-overrides' to use it.
* Editing Changes in Emacs 27.1