[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 9f48ef560c 322/417: fix: render all frames
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 9f48ef560c 322/417: fix: render all frames |
Date: |
Mon, 1 Jul 2024 10:02:58 -0400 (EDT) |
branch: elpa/treesit-fold
commit 9f48ef560cc859d3a81d325863b1c9fe1183a5b3
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>
fix: render all frames
---
ts-fold-indicators.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ts-fold-indicators.el b/ts-fold-indicators.el
index 619a5cd69b..4eeed1a650 100644
--- a/ts-fold-indicators.el
+++ b/ts-fold-indicators.el
@@ -294,7 +294,7 @@ Argument FOLDED holds folding state; it's a boolean."
(defun ts-fold-indicators--render-buffer ()
"Render indicators for current buffer."
- (dolist (window (get-buffer-window-list))
+ (dolist (window (get-buffer-window-list nil nil t))
(ts-fold-indicators--render-window window)))
(defun ts-fold-indicators--render-window (window)
@@ -333,7 +333,7 @@ Argument FOLDED holds folding state; it's a boolean."
(defun ts-fold-indicators--remove-ovs-buffer ()
"Remove all indicators overlays for this buffer."
- (dolist (window (get-buffer-window-list))
+ (dolist (window (get-buffer-window-list nil nil t))
(ts-fold-indicators--remove-ovs window)))
(provide 'ts-fold-indicators)
- [nongnu] elpa/treesit-fold d705c12059 299/417: feat: Add Zig support (#82), (continued)
- [nongnu] elpa/treesit-fold d705c12059 299/417: feat: Add Zig support (#82), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7a7bd70185 295/417: feat: Add VHDL support (#79), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0c13c0e4ed 374/417: ci: Bump Emacs 29.x to 3, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e015c9a3eb 297/417: feat: Add Jsonnet support (#81), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d50f5dd2f8 398/417: feat(parser): Add token_tree to Rust, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6dda55a29a 298/417: doc: Add development languages, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ac1461d364 338/417: feat: Add LLVM support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9f82f1e632 400/417: Support for treesit.el (#3), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 1d8d9352a1 369/417: feat: Add Svelte support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c0e9bb7f3e 344/417: fix: Improve Julia rules, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9f48ef560c 322/417: fix: render all frames,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 12ae1d0457 356/417: Added section & environment folding to latex-parser, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ee0c0eb252 312/417: fix(make): Folding recipe, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 57c1bb8e0a 317/417: feat: Add Arduino support (#95), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 15811f4465 386/417: fix: on fold hook in recursive open, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9945282f03 349/417: Added a matlab parser for folding., ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a549e4050c 367/417: chore: Test 29.2, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c6014608c7 365/417: fix(parser): Support Assembly's block comment, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6a57bd945d 364/417: fix(cmake): Enhance body folding, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0fa1378c9b 407/417: Remove dependency in `fringe-helper.el` (#7), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7c8e1a5467 406/417: fix: In case the AST doesn't get refreshed, ELPA Syncer, 2024/07/01