branch: elpa/isl
commit 84c359f3090824573f2429fe28c8bb7f82c40f5d
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Only comment
---
isl.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/isl.el b/isl.el
index 8d416293895..3811d9da3ce 100644
--- a/isl.el
+++ b/isl.el
@@ -1016,6 +1016,10 @@ See `isl-requires-pattern'."
(propertize "$" 'face 'isl-match)))
(overlay-put ov 'isl t)
(overlay-put ov 'pos count)
+ ;; I could highlight only from window-start to
+ ;; window-end (lazy highlight) after this loop and
+ ;; also in isl--goto-overlay but the win is very
+ ;; small so just highlight all.
(overlay-put ov 'face 'isl-match)
(let* ((pos (or isl-initial-pos 0))
(ovpos (car bounds))