Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 436 Bytes

eval_into.md

File metadata and controls

11 lines (6 loc) · 436 Bytes

EvalInto

Config: Map ,E in normal and visual mode to EvalInto<CR>.

asciicast

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)