also print input expression with \e
This commit is contained in:
parent
2c89714506
commit
9c35464b69
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ function! IdrisEval()
|
|||
w
|
||||
let expr = input ("Expression: ")
|
||||
let result = s:IdrisCommand(expr)
|
||||
call IWrite(" = " . result)
|
||||
call IWrite(expr . " =\n" . result)
|
||||
endfunction
|
||||
|
||||
nnoremap <buffer> <silent> <LocalLeader>t :call IdrisShowType(0)<ENTER>
|
||||
|
|
Loading…
Reference in a new issue