Skip to content

Commit 89d8874

Browse files
committed
Revert "Remove duplicated [] characters from a regexp"
The previous change resulted in some other lint error. Regular expressions are hard! This reverts commit 43c436f.
1 parent fd9a8fe commit 89d8874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ evaluating \\[inf-clojure-completion-form] at the REPL."
15031503
(funcall inf-clojure-completions-fn
15041504
(inf-clojure--process-response completion-expr proc "(" ")"))))))
15051505

1506-
(defconst inf-clojure-clojure-expr-break-chars "^[] \"'`><,;|&{()@\\^"
1506+
(defconst inf-clojure-clojure-expr-break-chars "^[] \"'`><,;|&{()[@\\^]"
15071507
"Regexp are hard.
15081508
15091509
This regex has been built in order to match the first of the

0 commit comments

Comments
 (0)