Scripting the Vim editor, Part 1: Variables, values, and expressions
Vimscript is a mechanism for reshaping and extending the Vim editor.
Scripting allows you to create new tools, simplify common tasks, and even
redesign and replace existing editor features. This article (the first in a
series) introduces the fundamental components of the Vimscript programming
language: values, variables, expressions, statements, functions, and commands.
These features are demonstrated and explained through a series of simple
examples.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.