]> code.delx.au - gnu-emacs-elpa/commit
ivy-count-format must be an empty string instead of nil
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 10 Oct 2015 10:31:08 +0000 (12:31 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 10 Oct 2015 10:32:41 +0000 (12:32 +0200)
commit340318dc9c9f9ce514e515dc5bddb16b0026a617
tree290c347ed57bccd1d6bfa00a5c7acf7f182aa644
parent0630395232db84ad276457c97c11c29b45a98619
ivy-count-format must be an empty string instead of nil

Using an empty string is easier. No longer needed to check for nil when
using `string-match', `concat' etc.

* doc/Changelog.org: Update.

* ivy.el (ivy-count-format): Update doc and customize type.
(ivy--reset-state): Error if `ivy-count-format' nil is encountered.

Fixes #257
Re  #188
doc/Changelog.org
ivy.el