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 fd9a8fe commit 89d8874Copy full SHA for 89d8874
inf-clojure.el
@@ -1503,7 +1503,7 @@ evaluating \\[inf-clojure-completion-form] at the REPL."
1503
(funcall inf-clojure-completions-fn
1504
(inf-clojure--process-response completion-expr proc "(" ")"))))))
1505
1506
-(defconst inf-clojure-clojure-expr-break-chars "^[] \"'`><,;|&{()@\\^"
+(defconst inf-clojure-clojure-expr-break-chars "^[] \"'`><,;|&{()[@\\^]"
1507
"Regexp are hard.
1508
1509
This regex has been built in order to match the first of the
0 commit comments