You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so now I can evaluate form with \w and paste the result with \e. Is there a way to overwrite cpp so it would paste the result into some registry or something?
maybe this could even be in the plugin? (or doc as tip?)
The text was updated successfully, but these errors were encountered:
Hi. What I thought about doing is to write some function (e.g. "do-something"), do some implementation, write test:
evaluate call using
cpp
and if the result is ok, then paste it into the test so after paste it would look like:I am not very expirienced with vim, but I come up with this so far:
so now I can evaluate form with
\w
and paste the result with\e
. Is there a way to overwritecpp
so it would paste the result into some registry or something?maybe this could even be in the plugin? (or doc as tip?)
The text was updated successfully, but these errors were encountered: