emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/yaml 4a3243a2be 108/124: yaml--the-end: fix incorrect r


From: ELPA Syncer
Subject: [elpa] externals/yaml 4a3243a2be 108/124: yaml--the-end: fix incorrect regexp
Date: Fri, 29 Nov 2024 16:00:09 -0500 (EST)

branch: externals/yaml
commit 4a3243a2be33bb644d66f13c0382f73d7c14b365
Author: Kisaragi Hiu <mail@kisaragi-hiu.com>
Commit: Kisaragi Hiu <mail@kisaragi-hiu.com>

    yaml--the-end: fix incorrect regexp
---
 yaml.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml.el b/yaml.el
index 0c17aca32c..4a2d73e328 100644
--- a/yaml.el
+++ b/yaml.el
@@ -932,7 +932,7 @@ This is currently unimplemented."
       (and (yaml--state-curr-doc)
            (yaml--start-of-line)
            (string-match
-            "\\^g(?:---|\\.\\.\\.\\)\\([[:blank:]]\\|$\\)"
+            "\\^g\\(?:---|\\.\\.\\.\\)\\([[:blank:]]\\|$\\)"
             (substring yaml--parsing-input yaml--parsing-position)))))
 
 (defun yaml--ord (f)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]