Skip to content

Commit

Permalink
Rework binding handling for Repls
Browse files Browse the repository at this point in the history
Add also *math-context* and *unchecked-math* for 1.3.
  • Loading branch information
kotarak committed Mar 7, 2011
1 parent dbf48c3 commit 4846678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/clojure/vimclojure/repl.clj
Expand Up @@ -59,7 +59,7 @@
(def bindable-vars
`[*warn-on-reflection* *print-meta* *print-length*
*print-level* *compile-path* *command-line-args*
*unchecked-math* *1 *2 *3 *e
*unchecked-math* *math-context* *1 *2 *3 *e
; VimClojure specific.
*print-pretty*])

Expand Down

0 comments on commit 4846678

Please sign in to comment.