You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a buffer contains a long line with escaped characters (e.g., \230 or ^e), then swiper--multi-candidates throws wrong-type-argument because the subtraction below produces a negative number.
If a buffer contains a long line with escaped characters (e.g., \230 or ^e), then swiper--multi-candidates throws wrong-type-argument because the subtraction below produces a negative number.
(make-string (- ww (string-width s) (length (buffer-name)) 3)
To replicate:
Open a new emacs session with badbuf.txt (attached), and do a swiper-all.
Contrast with goodbuf.txt, which is identical except for lacking escaped characters.
badbuf.txt
goodbuf.txt
The text was updated successfully, but these errors were encountered: