Merge pull request #1277 from flatwhatson/fix-buffer-preview
Fix +ivy-buffer-preview no longer ignoring virtuals
This commit is contained in:
commit
cf4818e689
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