Fix debugging statement

This commit is contained in:
Tim Pope 2014-01-06 22:35:42 -05:00
parent bb84d556bc
commit fa4e0ed143
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ let s:oneoff_out = tempname()
let s:oneoff_err = tempname() let s:oneoff_err = tempname()
function! s:oneoff.eval(expr, options) dict abort function! s:oneoff.eval(expr, options) dict abort
if &verbose && get(options, 'session', 1) if &verbose && get(a:options, 'session', 1)
echohl WarningMSG echohl WarningMSG
echomsg "No REPL found. Running java clojure.main ..." echomsg "No REPL found. Running java clojure.main ..."
echohl None echohl None