Linked by Thom Holwerda on Wed 8th Jul 2009 21:11 UTC
General Development In part-1 you can begin to understand the fundamental components of the Vimscript programming language with simple script examples. In Part-2 you can learn how to create and deploy new user defined functions in the Vimscript language.
Order by: Score:

Python
by righard on Wed 8th Jul 2009 21:48 UTC
righard
Member since:
2007-12-26

Since version 7 you can use Python to script Vim. Stops the need for having to learn a new langauge just to script one programme.

RE: Python
by TommyCarlier on Thu 9th Jul 2009 10:02 UTC in reply to "Python"
TommyCarlier Member since:
2006-08-02

Unless of course you don't know Python yet ;-)

RE[2]: Python
by righard on Thu 9th Jul 2009 19:55 UTC in reply to "RE: Python"
righard Member since:
2007-12-26

Yes ;) but it's more useful to learn Python then it is to learn Vim script