[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold bc3e5dda46 266/417: fix: Wrong function call
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold bc3e5dda46 266/417: fix: Wrong function call |
Date: |
Mon, 1 Jul 2024 10:02:33 -0400 (EDT) |
branch: elpa/treesit-fold
commit bc3e5dda46405839197536e06875d469ac992070
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>
fix: Wrong function call
---
ts-fold.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ts-fold.el b/ts-fold.el
index 43d1722717..92027a0de1 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -621,7 +621,7 @@ more information."
For arguments NODE and OFFSET, see function `ts-fold-range-seq' for
more information."
- (when-let* ((string-node (car (ts-docstr-find-children node "string")))
+ (when-let* ((string-node (car (ts-fold-find-children node "string")))
;; the colon is an anonymous node after return_type or
parameters node
(beg (tsc-node-start-position string-node))
(end (tsc-node-end-position node)))
- [nongnu] elpa/treesit-fold bf9a0285dc 131/417: Add todo mark, (continued)
- [nongnu] elpa/treesit-fold bf9a0285dc 131/417: Add todo mark, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 01d6485398 177/417: Update CI, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9f445a7fd9 180/417: Replace Cask with Eask, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe8f3ea94f 184/417: Update Eask, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 4f3575676f 384/417: chore: Merge upstream, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 59c57057ba 353/417: chore: Remove debug message, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 4d8e9ceef7 405/417: Add more nodes to elisp parser, remove `s` dependency, add vimscript (#6), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a549f22b3b 409/417: Update CHANGELOG.md, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3ebdb45c3d 019/417: fix evil integration if install from nix, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold af0de4e135 188/417: merge setup-emacs, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold bc3e5dda46 266/417: fix: Wrong function call,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold c408ef1165 291/417: Bump version - 0.2.0, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e88e2579b6 191/417: Merge pull request #7 from Kaligule/patch-2, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e6191cb5ca 210/417: doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2bcb2f3ccf 213/417: Fix typo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7f1e24cf23 215/417: Add todo note, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f0804a2435 230/417: docs(CHANGELOG): update (#28), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 74af83d2aa 239/417: Add default script directive, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3e1a96dad0 241/417: Remove redundant fold node alist (#36), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2970338c7f 273/417: docs(README.md): Add Dart support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe64d0e9d1 274/417: fix: Fold class in Dart, ELPA Syncer, 2024/07/01