]> code.delx.au - gnu-emacs-elpa/commit
Fix up the "foo ! bar" matching and highlighting
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 8 Sep 2015 11:48:29 +0000 (13:48 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 8 Sep 2015 11:48:29 +0000 (13:48 +0200)
commit4b17d9a8147c5f36d2211bc8e515dda55578d3b2
treefd93c74945d74993ccbf89ce1c752e6611504b3a
parent5eac62db29fffc88a08314e23c20e06d5d00ebe9
Fix up the "foo ! bar" matching and highlighting

* ivy.el (ivy--filter): When regex returned is a list, use only the
  first string part.

* swiper.el (swiper--update-input-ivy): When regex returned is a list,
  use only the first string part.
ivy.el
swiper.el