]> code.delx.au - gnu-emacs-elpa/commit
Convert ivy formatting functions to dotted pairs.
authorStephen Whipple <shw@wicdmedia.org>
Thu, 26 Nov 2015 07:07:16 +0000 (00:07 -0700)
committerStephen Whipple <shw@wicdmedia.org>
Thu, 26 Nov 2015 07:19:12 +0000 (00:19 -0700)
commit3b67044d00573b8207d0df9fa03777237e196bdf
tree52da524f926d57bf515abad749d4120be2a5e205
parent74bb138e92042f039d1f418ba7829b92b593591b
Convert ivy formatting functions to dotted pairs.

`ivy-format-function' now expects to operate on dotted pairs
representing (stub . extra), where `stub' is the original
candidate and `extra' is any extra information that has been
added by counsel or other libraries.

The format function can differentiate between the original stub
and extra information and choose how to display the result to
the user.
counsel.el
ivy-test.el
ivy.el