]> code.delx.au - gnu-emacs-elpa/commit
Fix the issue caused by recursive swiper calls
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 27 Nov 2015 22:21:40 +0000 (23:21 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 27 Nov 2015 22:21:40 +0000 (23:21 +0100)
commitac09f6b2ea56d7f1d7c46ce4659907ec1fb079bf
treedf89c450f01bd7e3ca902075bd2aa45594fddac3
parent0332b3e403717dd2db3b3cdae1ff92ff0ec1d6f7
Fix the issue caused by recursive swiper calls

* swiper.el (swiper--ivy): Look at the return result of `ivy-read';
looking at `ivy-exit' no longer works.

Fixes #311
swiper.el