Drop qualification of macroexpand-1

Who would shadow this?
This commit is contained in:
Tim Pope 2014-04-12 21:04:25 -04:00
parent feb8ebc976
commit 89acd66d6d
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ function! s:macroexpandop(type) abort
endfunction
function! s:macroexpand1op(type) abort
call fireplace#macroexpand("clojure.core/macroexpand-1", s:opfunc(a:type))
call fireplace#macroexpand("macroexpand-1", s:opfunc(a:type))
endfunction
function! s:printop(type) abort