branch: externals/substitute
commit b8cd86b7b8ba61d6d25dc3237c95e20b68c564fe
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add FIXME
---
substitute.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/substitute.el b/substitute.el
index 9808d973fd..551c4db2b4 100644
--- a/substitute.el
+++ b/substitute.el
@@ -119,6 +119,8 @@ Pass to it the TARGET and SCOPE arguments."
target
scope))
+;; FIXME 2023-01-15: There still are cases where "current and
+;; above/below" miss the current target.
(defun substitute--scope-current-and-below (target)
"Position point to match current TARGET and all below."
(widen)