Hi, > I'm new in this list, and new to vim sources. I have several questions. Can > you please explain me or give me some link with explanation about > > 1. Is there any documentation which explains .vim files and theirs context?
If you ask about vim scripting language, try ':help vim-script-intro'.
If you ask about what meaning has each directory in ~/.vim/..., just try
:help name_of_the_directory.
> 2. Why was chosen scripting language instead of object oriented language?
It is object oriented language. See the vim-script-howto help. If you
compile vim with mzscheme, perl, python, tcl or ruby support, you can
script vim in those languages. However usually everyone tends to use the
native scripting I guess.
Hope this helps
--
Vlad
pgpwsVysLPM8t.pgp
Description: PGP signature
