Skip to content

Commit 43c436f

Browse files
committed
Remove duplicated [] characters from a regexp
1 parent ac07395 commit 43c436f

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
@@ -1504,7 +1504,7 @@ evaluating \\[inf-clojure-completion-form] at the REPL."
15041504
(funcall inf-clojure-completions-fn
15051505
(inf-clojure--process-response completion-expr proc "(" ")"))))))
15061506

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

0 commit comments

Comments
 (0)