branch: master commit d78caeef4fc2fc41e11440aadb7903e88c88b756 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
Open invisible overlays using isearch * swiper.el (swiper--update-input-ivy): Improve. Fixes #11. --- swiper.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/swiper.el b/swiper.el index 3a80a20..fad7aa2 100644 --- a/swiper.el +++ b/swiper.el @@ -241,6 +241,8 @@ When non-nil, INITIAL-INPUT is the initial search pattern." (when (plusp num) (goto-char (point-min)) (forward-line (1- num)) + (isearch-range-invisible (line-beginning-position) + (line-end-position)) (unless (and (> (point) (window-start)) (< (point) (window-end swiper--window t))) (recenter)))