Skip to content

Commit

Permalink
Store display part in adaptive.
Browse files Browse the repository at this point in the history
* helm-adaptive.el (helm-adaptive-store-selection): Do it.
  • Loading branch information
Thierry Volpiatto committed Jun 13, 2016
1 parent cde81b5 commit 8d59207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-adaptive.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Format: ((SOURCE-NAME (SELECTED-CANDIDATE (PATTERN . NUMBER-OF-USE) ...) ...) ..
(progn
(push (list source-name) helm-adaptive-history)
(car helm-adaptive-history))))
(selection (helm-get-selection))
(selection (helm-get-selection nil t))
(selection-info (progn
(setcdr source-info
(cons
Expand Down

0 comments on commit 8d59207

Please sign in to comment.