Evaluating scripts with Vim's expression register

Published: Oct. 21, 2013, midnight

In the previous lesson we learned how use the expression register to evaluate simple calculations. We can also call built-in and user-defined Vimscript functions, and thanks to the system() function, we can also fetch output from external scripts.