Drop qualification of macroexpand-1
Who would shadow this?
This commit is contained in:
parent
feb8ebc976
commit
89acd66d6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user