On Friday 02 December 2005 10:09 am, boblq wrote: > > and there are over a 1000 scripts available. See > http://www.vim.org/scripts/index.php >
Here are some examples: 1) ============================================ " This script provides functions to generate phpDocumentor conform " documentation blocks for your PHP code. The script currently " documents: " - Classes " - Methods/Functions " - Attributes http://www.vim.org/scripts/script.php?script_id=1355 2) ============================================ This email client contains two python scripts: fetch.py and send.py that handle the send&receive process, and a vim script called "email.vim" that handles the vim binding. http://www.vim.org/scripts/script.php?script_id=1346 3)============================================ rubik's cube game in vimscript http://www.vim.org/scripts/script.php?script_id=1271 4)============================================ Just a Development Environment for VIM . (VJDE) And now , It's support C++/C by ctags (VIM>=700 , +ruby future is on , JDK 1.5 support , JDK1.4 (maybe, not tested)) use <c-space> as the Code completion key! http://www.vim.org/scripts/script.php?script_id=1213 In addition there is an interface that allows one to use Ruby as a scripting language for vim. There may be others. Disclaimer. I have not used these scripts but some of them look worth exploring. BobLQ -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
