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:
parent
33dbe23bb8
commit
fabfb54d1f
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
etc/NEWS
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue