summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-23 12:42:25 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-23 13:01:58 +0100
commit9beb0aa1a5c5277ff95b0ab97590829eb32d4319 (patch)
tree7c32e1cde154b56af8bf211f177feb7881d067e2 /helm-utils.el
parentf1c9cfb98521961e3250505e64d785a10eef9a1d (diff)
Add comments
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index def6f81a..c938e420 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -650,7 +650,7 @@ that is sorting is done against real value of candidate."
(sc2 (get-text-property 0 'completion-score str2))
(sc3 (unless sc1 (funcall score str1 reg1 reg2 reg3 split)))
(sc4 (unless sc2 (funcall score str2 reg1 reg2 reg3 split))))
- (cond ((and sc1 sc2)
+ (cond ((and sc1 sc2) ; helm-flex style.
(> sc1 sc2))
((or (zerop (string-width qpattern))
(and (zerop sc3) (zerop sc4)))