buffer for result of evaluation? #406
justin2004
started this conversation in
General
Replies: 1 comment
-
@justin2004 e.g. call iced#hook#add('evaluated', {
\ 'type': 'function',
\ 'exec': {d -> iced#buffer#stdout#append(d['result']['value'])},
\ }) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i know there is a vim buffer for stdout.
e.g. (print "something")
but is it possible to have a vim buffer for the values that result from evaluation (that don't go to stdout)?
e.g.
"something"
(+ 1 2)
Beta Was this translation helpful? Give feedback.
All reactions