This repository was archived by the owner on Feb 23, 2025. It is now read-only.
buffer for result of evaluation? #406
Closed
justin2004
started this conversation in
General
Replies: 1 comment 1 reply
-
|
@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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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