We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac07395 commit 43c436fCopy full SHA for 43c436f
inf-clojure.el
@@ -1504,7 +1504,7 @@ evaluating \\[inf-clojure-completion-form] at the REPL."
1504
(funcall inf-clojure-completions-fn
1505
(inf-clojure--process-response completion-expr proc "(" ")"))))))
1506
1507
-(defconst inf-clojure-clojure-expr-break-chars "^[] \"'`><,;|&{()[@\\^]"
+(defconst inf-clojure-clojure-expr-break-chars "^[] \"'`><,;|&{()@\\^"
1508
"Regexp are hard.
1509
1510
This regex has been built in order to match the first of the
0 commit comments