[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 54722d10a8 037/431: (re-) highlight current
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 54722d10a8 037/431: (re-) highlight current depth stipple on resize |
Date: |
Mon, 16 Sep 2024 12:59:11 -0400 (EDT) |
branch: externals/indent-bars
commit 54722d10a818bfd8e175e4aaf4426e0ce63c14c7
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
(re-) highlight current depth stipple on resize
---
indent-bars.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index a37a49b80a..a8d6b1167e 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -741,9 +741,10 @@ not passed they will be calculated."
(face-remap-add-relative
'indent-bars-stipple
:stipple (indent-bars--stipple w h rot)))
- (if indent-bars--current-depth-stipple
- (indent-bars--set-current-depth-stipple w h rot))))
-
+ (when indent-bars--current-depth-stipple
+ (indent-bars--set-current-depth-stipple w h rot)
+ (setq indent-bars--current-depth 0)
+ (indent-bars--highlight-current-depth))))
;;;; Setup and mode
(defun indent-bars--guess-spacing ()
- [elpa] externals/indent-bars 95592c1888 382/431: TS: improve Developer doc, (continued)
- [elpa] externals/indent-bars 95592c1888 382/431: TS: improve Developer doc, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 74c08d82fd 356/431: Update depth highlight: guard against deleted buffer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a1b942dde5 354/431: ts font-lock forms: set/clear as local variables, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2216793de8 381/431: Merge branch 'main' into dev, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b72fa098d7 415/431: ts: improve developer commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9f507d72fa 394/431: indent-bars--fontify: correct return structure, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0aab084248 019/431: Capitalize in custom tags, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 37f3102422 022/431: specify width-frac for row-data, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 38265e96eb 018/431: remove current-depth timer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c228033146 024/431: current-depth-stipple support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 54722d10a8 037/431: (re-) highlight current depth stipple on resize,
ELPA Syncer <=
- [elpa] externals/indent-bars e35c54e16d 038/431: blank-lines: improve extend and mark algorithm, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 404251372e 039/431: set-current-depth-stipple: allow-other-keys (e.g. color), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars da29b37efd 044/431: Add examples file, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f1b0aedc40 078/431: Remove vestigial no-stipple-current-depth-char, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3884953d20 090/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars accb7d00d2 071/431: error for indent-tabs-mode=t, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 09a3fd2492 080/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a1718333ab 116/431: Fix indent-bars-treesit-support custom, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f5b61dad71 075/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3bffb21456 111/431: Correct custom name for no-descend-string, ELPA Syncer, 2024/09/16