[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/flx 3f567a4741 126/182: back out clojure style `<`
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/flx 3f567a4741 126/182: back out clojure style `<` |
Date: |
Tue, 13 Dec 2022 03:59:36 -0500 (EST) |
branch: elpa/flx
commit 3f567a47419f50f2fac8ba2c31f651e85e19e757
Author: Le Wang <l26wang@gmail.com>
Commit: Le Wang <l26wang@gmail.com>
back out clojure style `<`
---
flx.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/flx.el b/flx.el
index 62e471d46b..931a8ade9a 100644
--- a/flx.el
+++ b/flx.el
@@ -292,7 +292,8 @@ See documentation for logic."
((str-info (flx-process-cache str cache))
(heatmap (gethash 'heatmap str-info))
(query-length (length query))
- (full-match-boost (< 1 query-length 5))
+ (full-match-boost (and (< 1 query-length)
+ (< query-length 5)))
;; Dynamic Programming table
(match-cache (make-hash-table :test 'eql :size 10))
- [nongnu] elpa/flx f589b237b8 172/182: Add a proper library commentary, (continued)
- [nongnu] elpa/flx f589b237b8 172/182: Add a proper library commentary, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx a62e3dd974 176/182: Add missing license statements, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 5c23a9e87d 180/182: Merge pull request #114 from tarsiiformes/silencio, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 9076fb87af 091/182: Add commentary about using uppercase., ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 2b54391aa6 119/182: Fix helm demo with `.` in query., ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx c3229e0075 134/182: cask install into project root, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx b340205929 143/182: Tidy up docstrings, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 813e56a014 115/182: Stabilise search results when scores are equal., ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx e2ed4ea0a7 113/182: Make flex search match case-folding behaviour of flx-ido., ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 10db531369 120/182: Remove spurious space., ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 3f567a4741 126/182: back out clojure style `<`,
ELPA Syncer <=
- [nongnu] elpa/flx 72c9ea0045 082/182: Fix a byte compilation warning, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 502e01673a 106/182: Bump version to 0.3, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx b96f2c3e1d 152/182: Merge pull request #80 from tarsius/silencio, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 82d647a5c6 159/182: Fix incorrect markup in the readme, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 836d5917a3 161/182: Fix typos, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 17f5c9cb2a 162/182: Merge pull request #102 from tarsiiformes/typos, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx c7e8574da3 171/182: Shorten long lines, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 1be7b124a2 181/182: Merge pull request #110 from skangas/license-fixes, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx 7b44a5abb2 182/182: Merge pull request #109 from skangas/bump-version, ELPA Syncer, 2022/12/13
- [nongnu] elpa/flx db1a328e41 145/182: Revert "enable lexical-binding", ELPA Syncer, 2022/12/13