Vim scripting



notes for Vim scripting:

:help vim-script-intro

yank these lines

:let i = 1 :while i < 5 : echo "count is" i : let i += 1 :endwhile

then :@" to execute



Tags:
Published: December, 2014