[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 098a5aad79 383/431: Remove clip-win scope s
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 098a5aad79 383/431: Remove clip-win scope slot |
Date: |
Mon, 16 Sep 2024 12:59:52 -0400 (EDT) |
branch: externals/indent-bars
commit 098a5aad799df23b105eced76ebdb63e2d5f7ff4
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Remove clip-win scope slot
---
indent-bars-ts.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 35578ad191..4ae1a0acd0 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -278,12 +278,11 @@ mentioned in
`indent-bars-treesit-ignore-blank-lines-types'."
"A structure for tracking treesitter-based scope information."
( range (cons (point-min-marker) (point-min-marker)) :type cons
:documentation "The current scope node's range.")
- ( clip-win (cons (point-max-marker) (point-max-marker)) :type cons
- :documentation "The clipping window for the current scope.")
( start-bars 0 :type integer
:documentation "The number of bars shown at start of current scope.")
( invalid-ranges nil :type list
- :documentation "List of current invalid ranges -- (start . end) conses.")
+ :documentation "List of current invalid ranges.
+One or more (start . end) conses.")
( query nil :type ts-query
:documentation "The treesitter scope query object."))
- [elpa] externals/indent-bars bcb3b0fdb1 329/431: Update README.md, (continued)
- [elpa] externals/indent-bars bcb3b0fdb1 329/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ea1144feae 315/431: always ppss at bol, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fa7047773a 349/431: README improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ad972ba512 337/431: Increment version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 05e23d6145 360/431: README: update with styling-scope information, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 626ea0443e 378/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 827c99d394 332/431: README: FAQ updates, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c247f02b04 324/431: Reduce out-of-scope default blend to 0.1, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2dcc80f2ba 347/431: docs: mention new scope invalidation improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8c487907e1 373/431: README: Fix footnote, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 098a5aad79 383/431: Remove clip-win scope slot,
ELPA Syncer <=
- [elpa] externals/indent-bars 959e978986 385/431: invalid ranges: use custom marker cache, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4974f6c16c 351/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e557c7a6fa 366/431: New custom-set function for immediate feedback, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a7ecae26dd 370/431: Mention new customize options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 48c8f7ecff 380/431: cleanup-stipple-remaps: protect needs-cleanup against non-live buf, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d5e6fb0fa9 384/431: Initial window-scroll based supplemental draw, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4d460b0a02 363/431: Remove \\=' quotes from docstrings, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d62f1cc825 361/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e9443e68c1 371/431: README: version update and footnote for in-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2ca5192273 372/431: Update README.md, ELPA Syncer, 2024/09/16