]> code.delx.au - gnu-emacs-elpa/commit
Special case empty ivy-count-format completion.
authorStephen Whipple <shw@wicdmedia.org>
Fri, 15 Jan 2016 12:24:29 +0000 (05:24 -0700)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 15 Jan 2016 13:08:51 +0000 (14:08 +0100)
commit59c5f166eae1ff18c8bc7ce4a1286fb6162b9fee
tree92136c80c8f9081408847b27ce59d1f431b0a3e0
parentbc4d4a8387db574999b5d95904e1c25a9ab62cfc
Special case empty ivy-count-format completion.

- Switch ivy-count-format test to empty string rather than nil.
- Since the prompt is based on user input, sanitize the prompt to
  later be formatted, except in the case of empty ivy-count-format.

Fixes #349
ivy.el