Linked by Thom Holwerda on Thu 7th May 2009 21:26 UTC
General Development 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 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.
Order by: Score:

typo
by antonone on Fri 8th May 2009 05:21 UTC
antonone
Member since:
2006-02-03

At first I thought VIM got a some sort of Virtual Machine that allow itself to be scripted, but I thought again just to find a typo. ;) (Vmscript -> Vimscript)

I thought..
by fithisux on Fri 8th May 2009 08:24 UTC
fithisux
Member since:
2006-01-22

lisp did that. Anyway, for my taste LUA would be a better choice.