Config: Map ,E
in normal and visual mode to EvalInto<CR>
.
The function is using only built in vim mechanics: Basically put=execute(getline('.'))
plus a few
lines of buffername handling. No directives evaluated.
Tip: For repeated evals, you want to close the result buffers, using :bw
(wipe)