branch: externals/ivy-posframe
commit eeee753a6f5b42cc358a6539dc8ffd81ae5c3457
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    * ivy-posframe.el (ivy-posframe--swiper-avy-candidates): Add comment about 
change.
---
 ivy-posframe.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 2b7cb30..d5e5bd2 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -424,6 +424,8 @@ This variable is useful for `ivy-posframe-read-action' .")
                (cons (overlay-start ov)
                      (overlay-get ov 'window)))
              overlays-for-avy)
+     ;; NOTE: This line should be the *only* different from
+     ;; `swiper-avy-candidates'.
      (with-current-buffer ivy-posframe-buffer
        (save-excursion
          (save-restriction

Reply via email to