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

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

[nongnu] elpa/typescript-mode 7526f138a0 032/222: Avoid capturing things


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 7526f138a0 032/222: Avoid capturing things we dont need for compilation-mode.
Date: Sun, 6 Feb 2022 16:59:03 -0500 (EST)

branch: elpa/typescript-mode
commit 7526f138a022e8779c82fe8a3b0487975a1d40e7
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Avoid capturing things we dont need for compilation-mode.
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 5c7acdcd03..ba2919decc 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -2006,7 +2006,7 @@ the broken-down class name of the item to insert."
    ", "
    "\\([[:digit:]]+\\)" ; column
    "\\]: "
-   "\\(.*\\)$"    ;; type of warnings
+   ".*$"    ;; type of warnings
    )
   "Regexp to match warnings generated by tslint.")
 



reply via email to

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