Skip to content

Commit

Permalink
Fix debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Jan 7, 2014
1 parent bb84d55 commit fa4e0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/fireplace.vim
Expand Up @@ -272,7 +272,7 @@ let s:oneoff_out = tempname()
let s:oneoff_err = tempname()

function! s:oneoff.eval(expr, options) dict abort
if &verbose && get(options, 'session', 1)
if &verbose && get(a:options, 'session', 1)
echohl WarningMSG
echomsg "No REPL found. Running java clojure.main ..."
echohl None
Expand Down

0 comments on commit fa4e0ed

Please sign in to comment.