branch: externals/company
commit 0ad6d912d05a78e1efaeb7cc60368af10fcd1833
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Update NEWS
---
NEWS.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index f998529969..a572b15446 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,8 +3,9 @@
# Next
* `company-search-regexp-function` defaults to
- `company-search-words-in-any-order-regexp`. That makes it similar to the
- popular Orderless completion style.
+ `company-search-words-in-any-order-regexp`. Another alternative value for it
+ was also added: `company-search-flex-words-in-any-order-regexp`, working
+ somewhat similar to the popular completion style Orderless.
* The `search` faces in the popup inherit from `isearch`.
* New option `company-global-minibuffer` for completion during
`eval-expression`
(`M-:`). The "pseudo-tooltip" frontend is not supported by this feature,