diff options
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -351,7 +351,7 @@ respects display actions specified by 'display-buffer-alist' and | |||
| 351 | 'display-buffer-overriding-action'. | 351 | 'display-buffer-overriding-action'. |
| 352 | 352 | ||
| 353 | ** New 'flex' completion style | 353 | ** New 'flex' completion style |
| 354 | An implementation of popular "flx/fuzzy/scatter" completion which | 354 | An implementation of popular "flex/fuzzy/scatter" completion which |
| 355 | matches strings where the pattern appears as a subsequence. Put | 355 | matches strings where the pattern appears as a subsequence. Put |
| 356 | simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' | 356 | simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' |
| 357 | to 'completion-styles' or 'completion-category-overrides' to use it. | 357 | to 'completion-styles' or 'completion-category-overrides' to use it. |