Fix +ivy-buffer-preview no longer ignoring virtuals
Upstream updated `counsel--switch-buffer-update-fn` to check `ivy--virtual-buffers` instead of `ivy-use-virtual-buffers`.
This commit is contained in:
parent
5e3c8c5f92
commit
09a833338f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ temporary/special buffers in `font-lock-comment-face'."
|
|||
;; Library
|
||||
|
||||
(defun +ivy--switch-buffer-preview ()
|
||||
(let (ivy-use-virtual-buffers)
|
||||
(let (ivy-use-virtual-buffers ivy--virtual-buffers)
|
||||
(counsel--switch-buffer-update-fn)))
|
||||
|
||||
(defalias '+ivy--switch-buffer-preview-all #'counsel--switch-buffer-update-fn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue