Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimannounce · Vim (Vi IMproved) text editor announcements

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 79 - 108 of 216   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#79 From: Bram Moolenaar <Bram@...>
Date: Mon Jun 4, 2001 8:21 pm
Subject: Vim-online goes online
Bram@...
Send Email Send Email
 
Short version:

New site.  http://vim.sf.net.  Enjoy!


Long version:

Inspired by www.php.net, Scott Johnston and Jonathan Morace have written a
portal for Vim users called Vim online (http://vim.sf.net). It combines the
vim-tips site and some of the concepts from the VUR. Scripts and tips can be
added by the site and then rated by the community.
(http://vim.sf.net/karma.php)

As you release modifications of your scripts you can add them as new versions
to the original script you uploaded. Users can download the version of their
choice. Scripts can be uploaded as single text files or as compressed bundles
(zip,tar,gzip) if a script requires several different files.

Bug reports should go to vimonline-support@... or you can
contact them directly at scrott@... and
jmorace@.... Please include browser information and screen
shots if applicable.

Enjoy!

--
hundred-and-one symptoms of being an internet addict:
92. It takes you two hours to check all 14 of your mailboxes.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#80 From: Bram Moolenaar <Bram@...>
Date: Tue Jun 19, 2001 4:26 pm
Subject: Vim book errata list available
Bram@...
Send Email Send Email
 
I have started a list of mistakes in the Vim book.  This varies from simple
typos to annoying errors in examples.

You can find the page here:

	 http://www.moolenaar.net/vim_errata.html

If you find a mistake in the book that isn't in the list yet, or perhaps an
item in the errata list that's wrong, send me a message.  Preferably use the
same format as used on the page.

--
ARTHUR: Charge!
    [They all charge with swords drawn towards the RABBIT.  A tremendous twenty
    second fight with Peckinpahish shots and borrowing heavily also on the
    Kung Fu and karate-type films ensues, in which some four KNIGHTS are
    comprehensively killed.]
ARTHUR: Run away!  Run away!
                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#81 From: Bram Moolenaar <Bram@...>
Date: Wed Aug 1, 2001 9:58 am
Subject: Vim version 6.0ap BETA is available
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.0ap
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a BETA test version of Vim.  It is a huge step from Vim 5.x.  Many,
many new features and improvements have been included.  For an overview, with
a few screendumps, look here:

	 http://vim.sf.net/whyvim.php

Vim 6.0 has been in alpha testing for quite a while.  Although it appears to
work well, it needs to be tested before we can say it is really stable.
Expect to run into a few problems.


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.


New since version 5.8
---------------------

The number of changes is huge.  These are just the main new items:

                      Folding - momentarily hide part of the text
     Vertically split windows - mixed with horizontal splits
                    Diff mode - show and remove differences between files
     Easy Vim: click-and-type - for those who really don't like two modes
                  User manual - learn to use Vim, reads like a book
           Flexible indenting - automatic indenting for any language
     Extended search patterns - more regexp power than you will need
                UTF-8 support - Unicode allows editing nearly all languages
       Multi-language support - translated messages and menus
               Plugin support - drop a script in a directory and you can use it
             Filetype plugins - an easy way to setup for editing a type of file
                 File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote files directly
  command-line editing window - use any Vim command to edit an Ex command
               Debugging mode - debug your Vim functions and scripts
   Cursor in virtual position - edit tables and draw ASCII pictures
           Debugger interface - use Vim with Sun Visual Workshop
   Communication between Vims - let one Vim tell another Vim what to do
                     Printing - print with syntax colors (MS-Windows only)
            Quickfix extended - see error messages in a window and jump there
       Writing files improved - rename or copy to make a backup file
                Argument list - select groups of files to work on
               Restore a View - save the looks of a window and restore it later
                Color schemes - quickly switch between different color setups

See this page for the details:

	 http://vim.sf.net/htmldoc/version6.html


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

If you already know what to get, download it from here:

         ftp://ftp.vim.org/pub/vim/unreleased

Or use one of the mirrors, see:

         ftp://ftp.vim.org/pub/vim/MIRRORS


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to the
vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines if
possible.  See ":help bugs" in Vim.  Send me patches if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
From "know your smileys":
  :-X My lips are sealed

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#82 From: Bram Moolenaar <Bram@...>
Date: Fri Aug 3, 2001 2:34 pm
Subject: Article about Vim, Linux and Uganda
Bram@...
Send Email Send Email
 
Richard Hillesley has written a very nice article about the connection between
Vim and "the digital divide".  It is published in the Linux user magazine of
July-August 2001.

The article is available online.  Only in PDF format:

	
http://www.linuxuser.co.uk/articles/issue12/lu12-Real_Life_Linux-Across_the_grea\
t_divide.pdf

--
hundred-and-one symptoms of being an internet addict:
119. You are reading a book and look for the scroll bar to get to
      the next page.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#83 From: Bram Moolenaar <Bram@...>
Date: Wed Aug 15, 2001 9:26 am
Subject: Vim version 6.0ar BETA is available
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.0ar BETA
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a BETA test version of Vim.  It is a huge step from Vim 5.x.  Many,
many new features and improvements have been included.  For an overview, with
a few screendumps, look here:

	 http://vim.sf.net/whyvim.php

After two weeks of beta testing it looks quite good.  Some bugs have been
found and fixed.  Bug reports are still coming in, thus beta testing will
continue (estimation: five or six weeks).  Fortunately, no real big problems
have been found.

If you are upgrading from Vim 5.x, please look out for problems you run into.
Vim 6.0 is mostly backwards compatible, but not 100%.  Check out ":help
version6" for known incompatibilities.  If you find a problem that can be
solved, please report it to me.

Details about changes since the first beta can be found in these messages:
	 http://groups.yahoo.com/group/vimdev/message/23413
	 http://groups.yahoo.com/group/vimdev/message/23598

If you are using ":hardcopy" on a non-MS-Windows system, get this patch:
	 http://groups.yahoo.com/group/vimdev/message/23606

Currently we are still working on three main issues.  Hopefully these can be
finished soon, so that we can wrap up the beta testing:
- Make --remote-wait work for MS-Windows and related inter-Vim communication.
- Improve printing, mostly for PostScript.
- Font/fontset issues for Motif and Athena.
We could use a bit of help!


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.


New since version 5.8
---------------------

The number of changes is huge.  These are just the main new items:

                      Folding - momentarily hide part of the text
     Vertically split windows - mixed with horizontal splits
                    Diff mode - show and remove differences between files
     Easy Vim: click-and-type - for those who really don't like two modes
                  User manual - learn to use Vim, reads like a book
           Flexible indenting - automatic indenting for any language
     Extended search patterns - more regexp power than you will need
                UTF-8 support - Unicode allows editing nearly all languages
       Multi-language support - translated messages and menus
               Plugin support - drop a script in a directory and you can use it
             Filetype plugins - an easy way to setup for editing a type of file
                 File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote files directly
  command-line editing window - use any Vim command to edit an Ex command
               Debugging mode - debug your Vim functions and scripts
   Cursor in virtual position - edit tables and draw ASCII pictures
           Debugger interface - use Vim with Sun Visual Workshop
   Communication between Vims - let one Vim tell another Vim what to do
                     Printing - print with syntax colors
            Quickfix extended - see error messages in a window and jump there
       Writing files improved - rename or copy to make a backup file
                Argument list - select groups of files to work on
               Restore a View - save the looks of a window and restore it later
                Color schemes - quickly switch between different color setups

See this page for the details:

	 http://vim.sf.net/htmldoc/version6.html


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

If you already know what to get, download it from here:

         ftp://ftp.vim.org/pub/vim/unreleased

Or use one of the mirrors, see:

         ftp://ftp.vim.org/pub/vim/MIRRORS


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to the
vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines if
possible.  See ":help bugs" in Vim.  Send me patches if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
"I love deadlines.  I especially like the whooshing sound they
make as they go flying by."
                          -- Douglas Adams

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#84 From: Bram Moolenaar <Bram@...>
Date: Sun Sep 2, 2001 6:44 pm
Subject: Article about the Vim book in Linux Journal
Bram@...
Send Email Send Email
 
An article appeared on the Linux Journal web site:

	 "Vi IMproved--Vim and Happy Hacking Keyboard Lite 2"

Written by Don Marti.  Despite the title it's also a review on the Vim
book by Steve Oualline.  You can read it here:

	 http://www.linuxjournal.com/articles/linux_review/0055.html


If you want to get a copy of the Vim book, using the URL below will give
a percentage of the sales to poor children in Uganda:

	 http://www.vim.org/iccf/click5.html

The second quarter of 2001 resulted in about $700.  Thanks to all who
helped!

--
If your life is a hard drive,
Christ can be your backup.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#85 From: Bram Moolenaar <Bram@...>
Date: Tue Sep 4, 2001 10:37 am
Subject: Vim version 6.0au BETA is available
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.0au BETA
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a BETA test version of Vim.  Vim 6.0 is a huge step from Vim
5.x.  Many, many new features and improvements have been included.  For
an overview, with a few screendumps, look here:

	 http://vim.sf.net/whyvim.php

After five weeks of beta testing it looks very good.  Bugs have been found
and fixed.  All main issues have been taken care of.  Thanks to all people
who reported problems and helped fixing them!

The main items that have been done the past weeks is the client-server
functionality and PostScript printing.  The client-server communication now
also works well on MS-Windows.  The "--remote" argument and friends are now
portable between Unix and MS-Windows.  PostScript printing has been enhanced
to support more settings and work better with various printers.

Bug reports are still coming in, thus beta testing will continue (estimation:
two weeks).  If you notice a problem, please report it!  It would be annoying
if Vim 6.0 will be released with a problem that could have been fixed if you
would have reported it.

If you are upgrading from Vim 5.x, please look out for problems you run into.
Vim 6.0 is mostly backwards compatible, but not 100%.  Check out ":help
version6" for known incompatibilities.  If you find a problem that can be
solved, please report it to me.

Details about changes since the first beta can be found in these messages:
6.0aq http://groups.yahoo.com/group/vimdev/message/23413
6.0ar http://groups.yahoo.com/group/vimdev/message/23598
6.0as http://groups.yahoo.com/group/vimdev/message/23730
6.0at http://groups.yahoo.com/group/vimdev/message/23941
6.0au http://groups.yahoo.com/group/vimdev/message/24252


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.


New since version 5.8
---------------------

The number of changes is huge.  These are just the main new items:

                      Folding - momentarily hide part of the text
     Vertically split windows - mixed with horizontal splits
                    Diff mode - show and remove differences between files
     Easy Vim: click-and-type - for those who really don't like two modes
                  User manual - learn to use Vim, reads like a book
           Flexible indenting - automatic indenting for any language
     Extended search patterns - more regexp power than you will need
                UTF-8 support - Unicode allows editing nearly all languages
       Multi-language support - translated messages and menus
               Plugin support - drop a script in a directory and you can use it
             Filetype plugins - an easy way to setup for editing a type of file
                 File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote files directly
  command-line editing window - use any Vim command to edit an Ex command
               Debugging mode - debug your Vim functions and scripts
   Cursor in virtual position - edit tables and draw ASCII pictures
           Debugger interface - use Vim with Sun Visual Workshop
   Communication between Vims - let one Vim tell another Vim what to do
                     Printing - print with syntax colors
            Quickfix extended - see error messages in a window and jump there
       Writing files improved - rename or copy to make a backup file
                Argument list - select groups of files to work on
               Restore a View - save the looks of a window and restore it later
                Color schemes - quickly switch between different color setups

See this page for the details:

	 http://vim.sf.net/htmldoc/version6.html


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

If you already know what to get, download it from here:

         ftp://ftp.vim.org/pub/vim/unreleased

Or use one of the mirrors, see:

         ftp://ftp.vim.org/pub/vim/MIRRORS


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to
the vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines
if possible.  See ":help bugs" in Vim.  Send me a patch if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
It is illegal for anyone to give lighted cigars to dogs, cats, and other
domesticated animal kept as pets.
		 [real standing law in Illinois, United States of America]

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#86 From: Bram Moolenaar <Bram@...>
Date: Thu Sep 13, 2001 8:51 pm
Subject: Kibaale newsletter and Donations to Uganda tax deductable in USA
Bram@...
Send Email Send Email
 
This is about Vim's charity, helping poor children in Uganda.

NEWSLETTER

Jackie Ammeter, the person that handles the administration of sponsored
children in Kibaale, has written a nice overview with news about
progress at the project.  You can find it here:

	 http://www.iccf.nl/news.html


USA TAX RETURN

It's always nice if the tax people pay part of a donation to a charity.
So far this was only possible for people living the Holland and Canada.
It has now become clear that donations to KCF in Vancouver are valid for
a tax return when you live in the USA.  This has been confirmed by a
lawyer in the USA.  Here is the updated information:

USA and Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada.  They
		 take care of the Canadian sponsors for the children in
		 Kibaale.  You can send them a one time donation directly.
		 Please send me a note so that know what has been donated
		 because of Vim.  Ask KCF for information about sponsorship.
			 Kibaale Children's Fund c/o Pacific Academy
			 10238-168 Street
			 Surrey, B.C. V4N 1Z4
			 Canada
			 Phone: 604-581-5353
		 If you make a donation to Kibaale Children's Fund (KCF) you
		 will receive a tax receipt which can be submitted with your
		 tax return (under the Free Trade Agreement tax receipts issued
		 by an organization registered in Canada are fully accepted by
		 the IRS in the USA).


We are still working on a method to make tax reduction possible in
Germany.

--
hundred-and-one symptoms of being an internet addict:
143. You dream in pallettes of 216 websafe colors.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#87 From: Bram Moolenaar <Bram@...>
Date: Fri Sep 21, 2001 1:51 pm
Subject: Vim version 6.0ax BETA is available
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.0ax BETA
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a BETA test version of Vim.  Vim 6.0 is a huge step from Vim
5.x.  Many, many new features and improvements have been included.  For
an overview, with a few screendumps, look here:

	 http://vim.sf.net/whyvim.php

The past two weeks many bugs have been fixed.  This release is to check
if no mistakes were made.  If nothing important comes up, 6.0 will be
released in a few days.  Thanks to all people who reported problems and
helped fixing them!

If you notice a problem, please report it!  It would be annoying if Vim
6.0 will be released with a problem that could have been fixed if you
would have reported it.

If you are upgrading from Vim 5.x, please look out for problems you run into.
Vim 6.0 is mostly backwards compatible, but not 100%.  Check out ":help
version6" for known incompatibilities.  If you find a problem that can be
solved, please report it to me.

Details about changes since the first beta can be found in these messages:
6.0aq http://groups.yahoo.com/group/vimdev/message/23413
6.0ar http://groups.yahoo.com/group/vimdev/message/23598
6.0as http://groups.yahoo.com/group/vimdev/message/23730
6.0at http://groups.yahoo.com/group/vimdev/message/23941
6.0au http://groups.yahoo.com/group/vimdev/message/24252
6.0av http://groups.yahoo.com/group/vimdev/message/24546
6.0aw http://groups.yahoo.com/group/vimdev/message/24841
6.0ax http://groups.yahoo.com/group/vimdev/message/25061

You can find the most recent patches here:

	 ftp://ftp.vim.org/pub/vim/unreleased/patches


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.


New since version 5.8
---------------------

The number of changes is huge.  These are just the main new items:

                      Folding - momentarily hide part of the text
     Vertically split windows - mixed with horizontal splits
                    Diff mode - show and remove differences between files
     Easy Vim: click-and-type - for those who really don't like two modes
                  User manual - learn to use Vim, reads like a book
           Flexible indenting - automatic indenting for any language
     Extended search patterns - more regexp power than you will need
                UTF-8 support - Unicode allows editing nearly all languages
       Multi-language support - translated messages and menus
               Plugin support - drop a script in a directory and you can use it
             Filetype plugins - an easy way to setup for editing a type of file
                 File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote files directly
  command-line editing window - use any Vim command to edit an Ex command
               Debugging mode - debug your Vim functions and scripts
   Cursor in virtual position - edit tables and draw ASCII pictures
           Debugger interface - use Vim with Sun Visual Workshop
   Communication between Vims - let one Vim tell another Vim what to do
                     Printing - print with syntax colors
            Quickfix extended - see error messages in a window and jump there
       Writing files improved - rename or copy to make a backup file
                Argument list - select groups of files to work on
               Restore a View - save the looks of a window and restore it later
                Color schemes - quickly switch between different color setups

See this page for the details:

	 http://vim.sf.net/htmldoc/version6.html


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

If you already know what to get, download it from here:

         ftp://ftp.vim.org/pub/vim/unreleased

Or use one of the mirrors, see:

         ftp://ftp.vim.org/pub/vim/MIRRORS


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to
the vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines
if possible.  See ":help bugs" in Vim.  Send me a patch if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
SIGFUN -- signature too funny (core dumped)

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#88 From: Bram Moolenaar <Bram@...>
Date: Thu Sep 27, 2001 8:47 pm
Subject: Vim version 6.0 RELEASE is available
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.0
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a major new version of Vim.  Vim 6.0 is a huge step from Vim
5.x.  Many, many new features and improvements have been included.  For
an overview, with a few screendumps, look here:

	 http://vim.sf.net/whyvim.php

The alpha and beta testing has taken more than a year.  Many problems
have been fixed in the previous weeks, which is also a hint that more
problems will be found in the future.  Thus the usual disclaimers apply.
Otherwise, Vim 6.0 has been tested quite a bit, thus it's ready for
daily work.

One problem has already been noticed and fixed: Using the "sh" syntax
may cause error messages.  Get patch 6.0.001 to fix that.  Or get the
new sh.vim syntax file.  You can find the most recent patches here:

	 ftp://ftp.vim.org/pub/vim/patches/

Upgrading from Vim 5.x to Vim 6.0 should be easy.  Vim 6.0 is mostly
backwards compatible.  But this is a major new release, the new features
may cause a few problems.  If something goes wrong, first check out
":help version6" for known incompatibilities.


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.  This is also a great place
to find Vim tips and scripts!


New since version 5.8
---------------------

The number of changes is huge.  These are just the main new items:

                      Folding - momentarily hide part of the text
     Vertically split windows - mixed with horizontal splits
                    Diff mode - show and remove differences between files
     Easy Vim: click-and-type - for those who really don't like two modes
                  User manual - learn to use Vim, reads like a book
           Flexible indenting - automatic indenting for any language
     Extended search patterns - more regexp power than you will need
                UTF-8 support - Unicode allows editing nearly all languages
       Multi-language support - translated messages and menus
               Plugin support - drop a script in a directory and you can use it
             Filetype plugins - an easy way to setup for editing a type of file
                 File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote file directly
  command-line editing window - use any Vim command to edit an Ex command
               Debugging mode - debug your Vim functions and scripts
   Cursor in virtual position - edit tables and draw ASCII pictures
           Debugger interface - use Vim with Sun Visual Workshop
   Communication between Vims - let one Vim tell another Vim what to do
                     Printing - print with syntax colors
            Quickfix extended - see error messages in a window and jump there
       Writing files improved - rename or copy to make a backup file
                Argument list - select groups of files to work on
               Restore a View - save the looks of a window and restore it later
                Color schemes - quickly switch between different color setups

See this page for the details:

	 http://vim.sf.net/htmldoc/version6.html


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

If you already know what to get, download it from here:

         ftp://ftp.vim.org/pub/vim/

Or use one of the mirrors, see:

         ftp://ftp.vim.org/pub/vim/MIRRORS


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to
the vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines
if possible.  See ":help bugs" in Vim.  Send me a patch if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
How To Keep A Healthy Level Of Insanity:
1. At lunch time, sit in your parked car with sunglasses on and point
    a hair dryer at passing cars. See if they slow down.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#89 From: Bram Moolenaar <Bram@...>
Date: Tue Nov 6, 2001 9:09 am
Subject: Kibaale visit report
Bram@...
Send Email Send Email
 
In the first two weeks of October I have visited the Kibaale Childrens
Centre in Uganda.  This is Vim's charityware.

Use one of these links:

	 http://www.vim.org/iccf/news.html
	 http://iccf-holland.org/news.html
	 http://www.iccf.nl/news.html

Use the "more pictures" link to get an impression of what I have seen
in Kibaale.


A few notes:

- For people in Germany there is now a way to get a tax reduction if you
   donate money towards the project.  See this page (in German):

  	 http://www.vim.org/iccf/germany.html

- The amounts for sponsoring a child have been raised.  Mainly because
   the dollar has become more expensive (thus counted in US dollars the
   amounts didn't change much).  At the same time we switched to the
   Euro (the guilder disappears January 2002).  The amounts should now be
   enough to cover the actual costs for sponsoring a child.  The last
   year part of the one-time donations had to be used to fill the gap.
   We rather use them for something else, like keeping the clinic
   running.

I have a list of 15 children that are waiting to be sponsored.  Don't
disappoint them!

--
hundred-and-one symptoms of being an internet addict:
15. Your heart races faster and beats irregularly each time you see a new WWW
     site address in print or on TV, even though you've never had heart
     problems before.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#90 From: Bram Moolenaar <Bram@...>
Date: Fri Dec 21, 2001 1:36 pm
Subject: Donations with tax reduction in Germany
Bram@...
Send Email Send Email
 
[This is only interesting for inhabitants of Germany.]

As you all know, Vim users are asked to help poor children in Uganda.
Donations for the children can now be done through the German
organization MISEROER.  MISEROER then sends the money to the project in
Uganda.  Using this method allows for getting a tax reduction in
Germany.  This can also be used for sponsoring a child.

More information can be found by using one of these links:

	 http://www.vim.org/iccf/germany.html
	 http://iccf-holland.org/germany.html
	 http://www.iccf.nl/germany.html

--
hundred-and-one symptoms of being an internet addict:
162. You go outside and look for a brightness knob to turn down the sun.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#91 From: Bram Moolenaar <Bram@...>
Date: Sat Dec 29, 2001 1:16 pm
Subject: Vim 2002 Calendar available
Bram@...
Send Email Send Email
 
You can find a Vim desktop calendar here:

	 http://www.moolenaar.net/

On one side there is an easy-to-read 2002 calendar.  On the other side
there is brief info on Vim and ICCF Holland.

You can print this on one sheet of paper, fold it and add a bit of glue
to make it stand on your desk.

It is available in Dutch and English, PostScript and PDF, A4 and Letter
paper.

Happy Vimming in 2002!

--
hundred-and-one symptoms of being an internet addict:
256. You are able to write down over 250 symptoms of being an internet
      addict, even though they only asked for 101.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#92 From: Bram Moolenaar <Bram@...>
Date: Fri Jan 11, 2002 9:27 am
Subject: draft for updated Vim license
Bram@...
Send Email Send Email
 
There have been a few remarks on the Vim license.  I have attempted to
adjust the license to make more people happy with how Vim can be
distributed.  If you care about this, please read the draft below and
let me know if you have a problem with it.  If a discussion is
necessary, let's do that in the vim-dev maillist.

The main difference is that the license should now be GPL-compatible
(this is not yet confirmed by the FSF though).  This avoids that linking
with a GPL'ed library makes it impossible to distribute Vim.  Debian had
a problem with this.

To make this possible I had to add the possibility to distribute Vim
within a small group of people, without the requirement to send the
maintainer a copy of changes, when asked for.

The result is that the Vim license is more "free" than before.  If you
have contributed code to Vim and do not agree with this new license,
this is the time to speak up.

==============================================================================

SUMMARY

Vim is Charityware.  You can use and copy it as much as you like, but you are
encouraged to make a donation for needy children in Uganda.  Please see |kcc|
below or visit the ICCF web site, available at these mirrors:

	 http://iccf-holland.org/ 	 *iccf* *ICCF*
	 http://www.vim.org/iccf/
	 http://www.iccf.nl/

The Open Publication License applies to the Vim documentation, see
|manual-copyright|.


LICENSE DETAILS

I)  There are no restrictions on distributing unmodified copies of Vim except
     that they must include this license text.  You can also distribute
     unmodified parts of Vim, likewise unrestricted except that they must
     include this license text.  You are also allowed to include executables
     that you made from the unmodified Vim sources, plus your own usage
     examples and Vim scripts.

II) It is allowed to distribute a modified version of Vim, with executables
     and/or source code, when the following four conditions are met:
     1) This license text must be included unmodified.
     2) The modified Vim must be distributed in one of the following five ways:
        a) If you make changes to Vim, you must clearly describe in the
	   distribution how to contact you.  When the maintainer asks you (in
	   any way) for a copy of the modified Vim you distributed, you must
	   make your changes, including source code, available to the
	   maintainer without fee.  The maintainer reserves the right to
	   include your changes in the official version of Vim.  What the
	   maintainer will do with your changes and under what license they
	   will be distributed is negotiable.  If there has been no
	   negotiation, then this license also applies to your changes.
	   The current maintainer is Bram Moolenaar <Bram@...>.  If this
	   changes it will be announced in appropriate places (most likely
	   vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
	   impossible to contact the maintainer, the obligation to send him
	   your changes ceases.  Once the maintainer has confirmed that he
	   has received your changes they will not have to be sent again.
        b) If you have received a modified Vim that was distributed as
	   mentioned under a) you are allowed to further distribute it
	   unmodified, as mentioned at I).  If you make additional changes the
	   text under a) applies to those changes.
        c) Provide all the changes, including source code, with every copy of
	   the modified Vim you distribute.  This may be done in the form of a
	   context diff.  You can choose what license to use for new code you
	   add.  The changes and their license must not restrict others from
	   making their own changes to the official version of Vim.
        d) When you have a modified Vim which includes all changes, as
	   mentioned under c), you can distribute it without the source code
	   for the changes if the following three conditions are met:
	   - The license that applies to the changes permits you to distribute
	     the changes to the Vim maintainer without fee or restriction, and
	     permits the Vim maintainer to include the changes in the official
	     version of Vim without fee or restriction.
	   - You keep the changes for at least three years after last
	     distributing the corresponding modified Vim.  When the maintainer
	     or someone who you distributed the modified Vim to asks you (in
	     any way) for the changes within this period, you must make them
	     available to him.
	   - You clearly describe in the distribution how to contact you.  This
	     contact information must remain valid for at least three years
	     after last distributing the corresponding modified Vim, or as long
	     as possible.
        e) When the GNU General Public License (GPL) applies to the changes,
	   you can distribute the modified Vim under the GNU GPL.
     3) A message must be added, at least in the output of the ":version"
        command and in the intro screen, such that the user of the modified Vim
        is able to see that it was modified.  When distributing as mentioned
        under 2)e) adding the message is only required for as far as this does
        not conflict with the license used for the changes.
     4) The contact information as mentioned under 2) must not be removed or
        changed, except that the person himself can make corrections.

III) If you distribute a modified version of Vim, you are encouraged to use
      the Vim license for your changes and make them available to the
      maintainer, including the source code.  The preferred way to do this is
      by e-mail or by uploading the files to a server and e-mailing the URL.
      If the number of changes is small (e.g., a modified Makefile) e-mailing a
      context diff will do.  The e-mail address to be used is
      <maintainer@...>

IV)  It is not allowed to remove this license from the distribution of the Vim
      sources, parts of it or from a modified version.  You may use this
      license for previous Vim releases instead of the license that they came
      with, at your option.

=== end of license ===

Note:

- If you are happy with Vim, please express that by reading the rest of this
   file and consider helping needy children in Uganda.

- If you link Vim with a library that goes under the GNU GPL, this limits
   further distribution to the GNU GPL.  Also when you didn't actually change
   anything in Vim.

==============================================================================

--
SOLDIER: What? A swallow carrying a coconut?
ARTHUR:  It could grip it by the husk ...
                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#93 From: Bram Moolenaar <Bram@...>
Date: Mon Jan 21, 2002 2:15 pm
Subject: financial report ICCF Holland
Bram@...
Send Email Send Email
 
Financial Report

As you all know, Vim users are asked to help needy children in Uganda.
Most of the donations and sponsorships are handled by the ICCF Holland
foundation.  The financial report for 2001 is now available here:

	 http://iccf-holland.org/2001.html
	 http://www.vim.org/iccf/2001.html
	 http://www.iccf.nl/2001.html

I'm glad to see that we have been able to send more money to Uganda than
ever before.  This is very much needed, since the project keeps on
growing.  Recently the clinic was extended with a laboratory.  In
January the school will be extended with two more classes.  This means
there are about fifty more children to be sponsored.  If you were
thinking of sponsoring, this is a good moment to start!


Amazon

The sales of the Vim book and other items through Amazon was a new
source of income in 2001.  Please consider using the links on these
pages if you buy something at Amazon USA, UK, DE or FR.  Then ICCF
Holland gets 5% or 15% of the sales and it doesn't cost you anything!

	 http://iccf-holland.org/click.html
	 http://www.vim.org/iccf/click.html
	 http://www.iccf.nl/click.html

--
hundred-and-one symptoms of being an internet addict:
31. You code your homework in HTML and give your instructor the URL.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#94 From: Bram Moolenaar <Bram@...>
Date: Wed Jan 30, 2002 11:39 am
Subject: updated draft for new Vim license
Bram@...
Send Email Send Email
 
There have been a few remarks on the updated Vim license.  Although only
details have been changed, this could still change the meaning of the
license.  Therefore I consider it necessary to again ask all Vim
developers to check out this new version.

The intention of this new license is to make more people happy about how
Vim can be distributed.

The main difference is that the license should now be GPL-compatible
(this is not yet confirmed by the FSF though).  This avoids that linking
with a GPL'ed library makes it impossible to distribute Vim.  Debian had
a problem with this.

To make this possible I had to add the possibility to distribute Vim
without the requirement to send the maintainer a copy of changes, when
asked for.  This distribution should then be done with the source code
being available or under the GNU GPL.

The result is that the Vim license is more "free" than before.  If you
have contributed code to Vim and do not agree with this new license,
this is the time to speak up!

If a discussion is necessary, let's do that in the vim-dev maillist.
Replying to the vim-announce maillist won't work.

==============================================================================

SUMMARY

Vim is Charityware.  You can use and copy it as much as you like, but you are
encouraged to make a donation for needy children in Uganda.  Please see |kcc|
below or visit the ICCF web site, available at these mirrors:

	 http://iccf-holland.org/ 	 *iccf* *ICCF*
	 http://www.vim.org/iccf/
	 http://www.iccf.nl/

The Open Publication License applies to the Vim documentation, see
|manual-copyright|.

=== begin of license ===

VIM LICENSE

I)  There are no restrictions on distributing unmodified copies of Vim except
     that they must include this license text.  You can also distribute
     unmodified parts of Vim, likewise unrestricted except that they must
     include this license text.  You are also allowed to include executables
     that you made from the unmodified Vim sources, plus your own usage
     examples and Vim scripts.

II) It is allowed to distribute a modified version of Vim, including
     executables and/or source code, when the following four conditions are
     met:
     1) This license text must be included unmodified.
     2) The modified Vim must be distributed in one of the following five ways:
        a) If you make changes to Vim, you must clearly describe in the
	   distribution how to contact you.  When the maintainer asks you (in
	   any way) for a copy of the modified Vim you distributed, you must
	   make your changes, including source code, available to the
	   maintainer without fee.  The maintainer reserves the right to
	   include your changes in the official version of Vim.  What the
	   maintainer will do with your changes and under what license they
	   will be distributed is negotiable.  If there has been no
	   negotiation, then this license also applies to your changes.
	   The current maintainer is Bram Moolenaar <Bram@...>.  If this
	   changes it will be announced in appropriate places (most likely
	   vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
	   impossible to contact the maintainer, the obligation to send him
	   your changes ceases.  Once the maintainer has confirmed that he
	   has received your changes they will not have to be sent again.
        b) If you have received a modified Vim that was distributed as
	   mentioned under a) you are allowed to further distribute it
	   unmodified, as mentioned at I).  If you make additional changes the
	   text under a) applies to those changes.
        c) Provide all the changes, including source code, with every copy of
	   the modified Vim you distribute.  This may be done in the form of a
	   context diff.  You can choose what license to use for new code you
	   add.  The changes and their license must not restrict others from
	   making their own changes to the official version of Vim.
        d) When you have a modified Vim which includes changes as mentioned
	   under c), you can distribute it without the source code for the
	   changes if the following three conditions are met:
	   - The license that applies to the changes permits you to distribute
	     the changes to the Vim maintainer without fee or restriction, and
	     permits the Vim maintainer to include the changes in the official
	     version of Vim without fee or restriction.
	   - You keep the changes for at least three years after last
	     distributing the corresponding modified Vim.  When the maintainer
	     or someone who you distributed the modified Vim to asks you (in
	     any way) for the changes within this period, you must make them
	     available to him.
	   - You clearly describe in the distribution how to contact you.  This
	     contact information must remain valid for at least three years
	     after last distributing the corresponding modified Vim, or as long
	     as possible.
        e) When the GNU General Public License (GPL) applies to the changes,
	   you can distribute the modified Vim under the GNU GPL version 2 or
	   any later version.
     3) A message must be added, at least in the output of the ":version"
        command and in the intro screen, such that the user of the modified Vim
        is able to see that it was modified.  When distributing as mentioned
        under 2)e) adding the message is only required for as far as this does
        not conflict with the license used for the changes.
     4) The contact information as mentioned under 2) must not be removed or
        changed, except that the person himself can make corrections.

III) If you distribute a modified version of Vim, you are encouraged to use
      the Vim license for your changes and make them available to the
      maintainer, including the source code.  The preferred way to do this is
      by e-mail or by uploading the files to a server and e-mailing the URL.
      If the number of changes is small (e.g., a modified Makefile) e-mailing a
      context diff will do.  The e-mail address to be used is
      <maintainer@...>

IV)  It is not allowed to remove this license from the distribution of the Vim
      sources, parts of it or from a modified version.  You may use this
      license for previous Vim releases instead of the license that they came
      with, at your option.

=== end of license ===

Note:

- If you are happy with Vim, please express that by reading the rest of this
   file and consider helping needy children in Uganda.

- If you link Vim with a library that goes under the GNU GPL, this limits
   further distribution to the GNU GPL.  Also when you didn't actually change
   anything in Vim.

- Once a change is included that goes under the GNU GPL, this forces all
   further changes to also be made under the GNU GPL or a compatible license.

- If you distribute a modified version of Vim, you can include your name and
   contact information with the "--with-modified-by" configure argument or the
   MODIFIED_BY define.

==============================================================================

--
SOLDIER: What? A swallow carrying a coconut?
ARTHUR:  It could grip it by the husk ...
                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
(((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#95 From: Bram Moolenaar <Bram@...>
Date: Sun Feb 24, 2002 8:54 pm
Subject: Vim version 6.1a BETA is available
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.1a BETA
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a bugfix release of Vim.  Since Vim 6.0 many reported problems
have been fixed.  For people who don't compile Vim, this is the first
chance to get all the bug fixes for Vim 6.0.

Also included are new and updated syntax files, translated menus and
messages.  The Vim license has been made compatible with the GNU GPL.

Most of the fixes have already been tested by several people.  But there
might still be a few new problems, that's why this is a BETA version.
If there are no serious problems, the 6.1 release will follow in a
couple of weeks.

Please try out this version and report any problems you encounter.

Once you have installed 6.1a you can find details about the changes
since Vim 6.0 with ":help version-6.1".


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.  This is also a great place
to find Vim tips and scripts!


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

The links are for Vim 6.0 though, you need to use the names from below
instead.  All files can be found below this directory:

         ftp://ftp.vim.org/pub/vim/unstable/

NOTE: The "UNRELEASED" directory was used for versions upto 6.0, now
it's "UNSTABLE"!  Avoids the confusion about finding a beta release in
the unreleased directory.

An overview of the files:

Unix:
unix/vim-6.1a.tar.bz2  sources + runtime files, bzip2 compressed
unix/vim-6.1a-rt1.tar.gz runtime files part 1
unix/vim-6.1a-rt2.tar.gz runtime files part 2
unix/vim-6.1a-src1.tar.gz sources part 1
unix/vim-6.1a-src2.tar.gz sources part 2
unix/vim-6.0-6.1a.diff.gz diff between 6.0 and 6.1a

Various:
extra/vim-6.1a-extra.tar.gz  extra files
extra/vim-6.1a-lang.tar.gz  multi-language files
extra/vim-6.0-6.1a-extra.diff.gz extra diff
extra/vim-6.0-6.1a-lang.diff.gz  multi-lang diff
doc/vim61ahtml.zip 	 help files converted to HTML

MS-Windows:
pc/gvim61a.exe 	 self-installing, includes runtime files
pc/vim61art.zip 	 runtime files (all of them)
pc/vim61art1.zip  runtime files (part 1)
pc/vim61art2.zip  runtime files (part 2)
pc/vim61alang.zip  extra files for translated messages and menus
pc/gvim61a.zip 	 GUI binary for Windows 95/98/NT/2000
pc/gvim61aole.zip  GUI binary with OLE support
pc/gvim61a_s.zip  GUI binary for Windows 3.1
pc/vim61ad16.zip  16 bits real mode - works on any system
pc/vim61ad32.zip  32 bits protected mode - needs 386 and DPMI
pc/vim61aw32.zip  console version for Windows NT/2000/XP
pc/vim61asrc.zip  sources for PC (with CR-LF)

Amiga:
amiga/vim61art.tgz  runtime files (always needed)
amiga/vim61abin.tgz  binaries
amiga/vim61asrc.tgz  sources packed for Amiga

OS/2:
Sorry, my OS/2 installation no longer works after installing a new
graphics card.  Hopefully someone else can generate the OS/2 binaries.


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to
the vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines
if possible.  See ":help bugs" in Vim.  Send me a patch if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
hundred-and-one symptoms of being an internet addict:
26. You check your mail. It says "no new messages." So you check it again.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#96 From: Bram Moolenaar <Bram@...>
Date: Sun Mar 10, 2002 5:13 pm
Subject: Vim version 6.1b BETA is available
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.1b BETA
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a bugfix release of Vim.  Since Vim 6.0 many reported problems
have been fixed.  For people who don't compile Vim, this is a good
opportunity to get all the bug fixes for Vim 6.0.  Since the 6.1a beta
release more problems have been fixed.

Also included are new and updated syntax files, translated menus and
messages.  The Vim license has been made compatible with the GNU GPL.

Most of the fixes have already been tested by several people.  But there
might still be a few new problems, that's why this is a BETA version.
If there are no serious problems, the 6.1 release will follow in a
couple of weeks.

Please try out this version and report any problems you encounter.

Once you have installed 6.1b you can find details about the changes
since Vim 6.0 with ":help version-6.1".  The changes since version 6.1a
can be seen by using vimdiff on the version6.txt help files of the two
versions.


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.  This is also a great place
to find Vim tips and scripts!


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

The links are for Vim 6.0 though, you need to use the names from below
instead.  All files can be found below this directory:

         ftp://ftp.vim.org/pub/vim/unstable/

NOTE: The "UNRELEASED" directory was used for versions upto 6.0, now
it's "UNSTABLE"!  Avoids the confusion about finding a beta release in
the unreleased directory.

An overview of the files:

Unix:
unix/vim-6.1b.tar.bz2  sources + runtime files, bzip2 compressed
unix/vim-6.1b-rt1.tar.gz runtime files part 1
unix/vim-6.1b-rt2.tar.gz runtime files part 2
unix/vim-6.1b-src1.tar.gz sources part 1
unix/vim-6.1b-src2.tar.gz sources part 2
unix/vim-6.1a-6.1b.diff.gz diff between 6.1a and 6.1b

Various:
extra/vim-6.1b-extra.tar.gz  extra files
extra/vim-6.1b-lang.tar.gz  multi-language files
extra/vim-6.1a-6.1b-extra.diff.gz extra diff
extra/vim-6.1a-6.1b-lang.diff.gz multi-lang diff
doc/vim61bhtml.zip 	 help files converted to HTML

MS-Windows:
pc/gvim61b.exe 	 self-installing, includes runtime files
pc/vim61brt.zip 	 runtime files (all of them)
pc/vim61brt1.zip  runtime files (part 1)
pc/vim61brt2.zip  runtime files (part 2)
pc/vim61blang.zip  extra files for translated messages and menus
pc/gvim61b.zip 	 GUI binary for Windows 95/98/NT/2000
pc/gvim61bole.zip  GUI binary with OLE support
pc/gvim61b_s.zip  GUI binary for Windows 3.1
pc/vim61bd16.zip  16 bits real mode - works on any system
pc/vim61bd32.zip  32 bits protected mode - needs 386 and DPMI
pc/vim61bw32.zip  console version for Windows NT/2000/XP
pc/vim61bsrc.zip  sources for PC (with CR-LF)

Amiga:
amiga/vim61brt.tgz  runtime files (always needed)
amiga/vim61bbin.tgz  binaries
amiga/vim61bsrc.tgz  sources packed for Amiga

OS/2:
os2/vim61bos2.zip  binaries
os2/vim61brt.zip  runtime files (same as for pc)


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to
the vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines
if possible.  See ":help bugs" in Vim.  Send me a patch if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
hundred-and-one symptoms of being an internet addict:
227. You sleep next to your monitor.  Or on top of it.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#97 From: Bram Moolenaar <Bram@...>
Date: Sun Mar 24, 2002 5:09 pm
Subject: Vim version 6.1 has been released
Bram@...
Send Email Send Email
 
Announcing:  Vim (Vi IMproved) version 6.1
     Author:  Bram Moolenaar et al.


Announcement
------------

This is a bugfix release of Vim.  Since Vim 6.0 many reported problems
have been fixed.  Also included are new and updated syntax files,
translated menus and messages.  The Vim license has been made compatible
with the GNU GPL.

The past few weeks beta testing has been done by many people.  This is
the most stable Vim ever made.

Once you have installed 6.1 you can find details about the changes
since Vim 6.0 with ":help version-6.1".  There is a long list of fixed
bugs.


What is Vim?
------------

Vim is an almost 100% compatible version of the UNIX editor Vi.  Many new
features have been added: Multi level undo, syntax highlighting, command line
history, filename completion, block operations, etc.  Those who don't know Vi
can probably skip this message, unless you are prepared to learn something new
and useful.  Vim is especially recommended for editing programs.

Vim runs on almost any Unix flavor, MS-DOS, MS-Windows 3.1, MS-Windows
95/98/ME/NT/2000/XP, OS/2, Atari MiNT, BeOS, VMS, RISC OS, Macintosh and
Amiga.

For more information, see http://vim.sf.net.  This is also a great place
to find Vim tips and scripts!


Where to get it
---------------

Information about which files to download for what system:

         http://vim.sf.net/download.php

All files can be found below this directory:

         ftp://ftp.vim.org/pub/vim/

An overview of the files:

UNIX:
unix/vim-6.1.tar.bz2  sources + runtime files, bzip2 compressed
   unix/vim-6.1-rt1.tar.gz   runtime files part 1
   unix/vim-6.1-rt2.tar.gz   runtime files part 2
   unix/vim-6.1-src1.tar.gz   sources part 1
   unix/vim-6.1-src2.tar.gz   sources part 2
unix/vim-6.0-6.1.diff.gz diff between 6.0 and 6.1

VARIOUS:
extra/vim-6.1-extra.tar.gz extra files
extra/vim-6.1-lang.tar.gz multi-language files
extra/vim-6.0-6.1-extra.diff.gz extra files diff
doc/vim61html.zip  help files converted to HTML

MS-WINDOWS:
pc/gvim61.exe 	 self-installing, includes runtime files
pc/vim61rt.zip 	 runtime files (all of them)
   pc/vim61rt1.zip 	  runtime files (part 1)
   pc/vim61rt2.zip 	  runtime files (part 2)
pc/vim61lang.zip  extra files for translated messages and menus
pc/gvim61.zip 	 GUI binary for Windows 95/98/NT/2000
pc/gvim61ole.zip  GUI binary with OLE support
pc/gvim61_s.zip 	 GUI binary for Windows 3.1
pc/vim61d16.zip 	 16 bits real mode - works on any system
pc/vim61d32.zip 	 32 bits protected mode - needs 386 and DPMI
pc/vim61w32.zip 	 console version for Windows NT/2000/XP
pc/vim61src.zip 	 sources for PC (with CR-LF)

AMIGA:
amiga/vim61rt.tgz  runtime files (always needed)
amiga/vim61bin.tgz  binaries
amiga/vim61src.tgz  sources packed for Amiga

OS/2:
os2/vim61os2.zip  binaries
os2/vim61rt.zip 	 runtime files (same as for pc)


Mailing lists
-------------

For user questions you can turn to the Vim mailing list.  There are a lot of
tips, scripts and solutions.  You can ask your Vim questions, but only if you
subscribe.  See http://www.vim.org/mail.html.  An archive is kept at
http://groups.yahoo.com/group/vim.

If you want to help developing Vim or get the latest patches, subscribe to
the vim-dev mailing list.  An archive is kept at
http://groups.yahoo.com/group/vimdev.

Subject specific lists:
Multi-byte issues: vim-multibyte  http://groups.yahoo.com/group/vim-multibyte
Macintosh issues:  vim-mac        http://groups.yahoo.com/group/vim-mac


Reporting bugs
--------------

Send them to <bugs@...>.  Please describe the problem precisely.  All the
time spent on answering mail is subtracted from the time that is spent on
improving Vim!  Always give a reproducable example and try to find out which
settings or other things influence the appearance of the bug.  Try starting
without your own vimrc file: "vim -u NONE -U NONE".  Try different machines
if possible.  See ":help bugs" in Vim.  Send me a patch if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

--
Any resemblance between the above views and those of my employer, my terminal,
or the view out my window are purely coincidental.  Any resemblance between
the above and my own views is non-deterministic.  The question of the
existence of views in the absence of anyone to hold them is left as an
exercise for the reader.  The question of the existence of the reader is left
as an exercise for the second god coefficient.  (A discussion of
non-orthogonal, non-integral polytheism is beyond the scope of this article.)
						 (Ralph Jennings)

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#98 From: Bram Moolenaar <Bram@...>
Date: Mon May 6, 2002 6:39 pm
Subject: Presentation at SANE conference
Bram@...
Send Email Send Email
 
I will be present at the upcoming SANE 2002 conference.  I'm actually
doing a poster session on A-A-P, but they won't stop us from talking
about Vim :-).  A-A-P is somewhat related to Vim anyway.

I will be there from Wednesday until Friday (May 29-31).  You can
probably find me hanging around the A-A-P poster.

For more info about the conference look here:

		 http://www.sane.nl

SANE stands for System Administration and NEtworking.  It is an
international conference, all presentations are in English.

--
ARTHUR: CHARGE!
    [The mighty ARMY charges.  Thundering noise of feet.  Clatter of coconuts.
    Shouts etc.   Suddenly there is a wail of a siren and a couple of police
    cars roar round in front of the charging ARMY and the POLICE leap out and
    stop them.  TWO POLICEMAN and the HISTORIAN'S WIFE.  Black Marias skid up
    behind them.]
HISTORIAN'S WIFE: They're the ones, I'm sure.
                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///

#99 From: Bram Moolenaar <Bram@...>
Date: Thu Jul 25, 2002 10:43 am
Subject: New web site layout being tested
Bram@...
Send Email Send Email
 
Since Sven's Vim pages have stopped working and didn't show any sign of
being resurrected, we speeded up the redesign of the Vim pages.  Ricardo
Signes has done most of the work by making a layout to fit all the
information into and filling the pages with the initial content.

You can view the test version of the pages here:

	 http://vim.sf.net/new/

Please check for two things:

1. Does it look correctly in your browser?  If not, please suggest how
    to fix it to me.  (That the account pages are not completely working
    is known, this will be fixed when removing the "new" subdirectory.)

2. If some blob of Vim information is missing, please report it to
    Ricardo (samael-vim AT lists.manxome.org).  Suggesting a place to put
    the information will help.

For discussions about the looks the Vim maillist can be used.


(unrelated): In case you were thinking of getting the Lord Of The Rings
DVD or video (to be released August 6), using this link will give 15% of
the sales to Vim's charity project in Uganda:

	 http://iccf-holland.org/lotr.html

--
The technology involved in making anything invisible is so infinitely
complex that nine hundred and ninety-nine billion, nine hundred and
ninety-nine million, nine hundred and ninety-nine thousand, nine hundred
and ninety-nine times out of a trillion it is much simpler and more
effective just to take the thing away and do without it.
		 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///

#100 From: Bram Moolenaar <Bram@...>
Date: Mon Aug 5, 2002 5:09 pm
Subject: New web site layout online
Bram@...
Send Email Send Email
 
The new Vim web site is there!

It works with both of these URLs:

	 http://vim.sf.net
	 http://www.vim.org

Ricardo Signes did most of the work to organise the information.  I have
fit it into the PHP pages that already existed at vim-online.

If you see a technical problem (layout messed up, error message) contact
me.  If you have remarks on the contents or are missing something,
please report it to Ricardo (samael-vim AT lists.manxome.org).
Suggesting a place to put the information will help.
For discussions about the looks the Vim maillist can be used.

Background: This complete change of the Vim web site was triggered by
Sven's Vim pages no longer working.  And it's nice to have a central
site with links to everything you always wanted to know about Vim.


(unrelated): In case you were thinking of getting the Lord Of The Rings
DVD or video (to be released August 6), using this link will give 15% of
the sales to Vim's charity project in Uganda:

	 http://iccf-holland.org/lotr.html

--
hundred-and-one symptoms of being an internet addict:
106. When told to "go to your room" you inform your parents that you
      can't...because you were kicked out and banned.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///

#101 From: Bram Moolenaar <Bram@...>
Date: Thu Sep 19, 2002 7:43 pm
Subject: New page on Vim web site: script links
Bram@...
Send Email Send Email
 
I have added a new page to www.vim.org that lists all the links found in
the runtime scripts.  You can use this to get the latest version of a
syntax file, indent script, filetype plugin, etc.

If you are the maintainer of a script file and there is no link for your
file(s) or it is not correct, please e-mail me a new version with the
URL in the header, like this:

	 " URL:  http://www.zellner.org/vim/indent/xml.vim

No other info in this line please, it confuses the script I'm using to
extract this info and generate the web page.

--
hundred-and-one symptoms of being an internet addict:
3. Your bookmark takes 15 minutes to scroll from top to bottom.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///          Creator of Vim - Vi IMproved -- http://www.vim.org          \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///

#102 From: Bram Moolenaar <Bram@...>
Date: Thu Oct 17, 2002 6:34 pm
Subject: And the winner is...
Bram@...
Send Email Send Email
 
Every year the Linux Journal magazine organizes the Readers' Choice
Awards, where people can vote for their favorite Linux items.  One of
the catagories is "Favorite text editor".  You can guess who won :-).

The list with results can be found at:

	 http://www.linuxjournal.com/article.php?sid=6380&mode=thread&order=0

Or read the November issue of Linux Journal.

Have fun with your award winning editor!

--
hundred-and-one symptoms of being an internet addict:
256. You are able to write down over 250 symptoms of being an internet
      addict, even though they only asked for 101.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///          Creator of Vim - Vi IMproved -- http://www.vim.org          \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///

#103 From: Bram Moolenaar <Bram@...>
Date: Wed Nov 20, 2002 9:48 am
Subject: Microsoft funds Open Source initiative
Bram@...
Send Email Send Email
 
Vim is used everywhere, also within Microsoft.  This inspired Microsoft
employees to take action.  This is the message I received:

>     From:  George Reilly
>     Sent: Monday, November 18, 2002 4:38 PM
>     Subject: Microsoft Vim Users raise $2650 for Ugandan Orphans
>
>     Every Fall, Microsoft challenges its employees to raise money for
>     charity. Last year's Giving Campaign raised $28.5 million.
>
>     This year, I challenged the Vim users at Microsoft to raise money for
>     their favorite text editor. Vim is a much improved version of the
>     classic Unix text editor, vi. It's also charityware. Bram Moolenaar, the
>     primary author of Vim, requests that satisified users help his favorite
>     charity, orphans in Kibaale, Uganda, through the International Child
>     Care Fund in Holland. ICCF has a Canadian affiliate, the Kibaale
>     Children's Fund. I worked with the KCF and MS@... to establish
>     that the KCF was eligible for Microsoft matching dollars.
>
>     Eight Microsoft employees have just contributed US $1,375 to the KCF.
>     Microsoft will match $1,275 of that, yielding a total of $2,650.
>
>     I'd like to thank everyone for contributing so generously.

I am grateful for the Microsoft employees and Microsoft itself to help
Vim's charityware concept.  At least some of that 85% profit is going in
the right direction! :-)

I hope this inspires others to help the orphans in Uganda.  The project
is steadily growing, the more donations we receive, the more we can do
for the poor and needy children.  See http://iccf-holland.org.

If you are working for a company with a "double donation" scheme:
Can you do better than Microsoft!?!?

--
From "know your smileys":
  (:-# Said something he shouldn't have

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///          Creator of Vim - Vi IMproved -- http://www.vim.org          \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///

#104 From: Bram Moolenaar <Bram@...>
Date: Sat Dec 28, 2002 3:15 pm
Subject: Vim 2003 Calendar available
Bram@...
Send Email Send Email
 
You can find a Vim desktop calendar here:

	 http://www.moolenaar.net/

On one side there is an easy-to-read 2003 calendar.  On the other side
there is brief info on Vim, ICCF Holland and A-A-P.

You can print this on one sheet of paper, fold it and add a bit of glue
to make it stand on your desk.

It is available in Dutch and English, PostScript and PDF, A4 and Letter
paper.

              Happy Vimming in 2003!

--
hundred-and-one symptoms of being an internet addict:
175. You send yourself e-mail before you go to bed to remind you
      what to do when you wake up.

  ///  Bram Moolenaar -- Bram@... -- http://www.moolenaar.net  \\\
///          Creator of Vim - Vi IMproved -- http://www.vim.org          \\\
\\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///

#105 From: Bram Moolenaar <Bram@...>
Date: Tue Jan 28, 2003 9:35 am
Subject: FOSDEM
Bram@...
Send Email Send Email
 
I will be visiting FOSDEM 2003. This is a free conference on open source
and free software.  Among the speakers are Jon "Maddog" Hall and Richard
M. Stallman.  It takes place on 8 and 9 February in Brussels.  Let's
meet there!

	 http://www.fosdem.org

--
For a moment, nothing happened.
Then, after a second or so, nothing continued to happen.
		 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///

#106 From: Bram Moolenaar <Bram@...>
Date: Mon Jan 27, 2003 8:14 pm
Subject: FOSDEM
Bram@...
Send Email Send Email
 
I will be visiting FOSDEM 2003. This is a free conference on open source
and free software.  Among the speakers are Jon "Maddog" Hall and Richard
M. Stallman.  It takes place on 8 and 9 February in Brussels.  Let's
meet there!

	 http://www.fosdem.org

--
For a moment, nothing happened.
Then, after a second or so, nothing continued to happen.
		 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///

#107 From: Bram Moolenaar <Bram@...>
Date: Tue Feb 11, 2003 8:50 pm
Subject: financial report ICCF Holland
Bram@...
Send Email Send Email
 
Financial Report

As you all know, Vim users are asked to help needy children in Uganda.
Most of the donations and sponsorships are handled by the ICCF Holland
foundation.  The financial report for 2002 is now available.

I'm glad to see that we have been able to send more money to Uganda than
before.  Especially now that most of the donations from Germany go
through MISEREOR and don't show up in our balance.  This means the
school and the clinic have been able to help about 50% more children
with help of Vim users.

It's also very good to see we have managed to keep the costs below 1%.
Thus we have sent over 99% of the money to Uganda.  Compare that to
other organisations that do child sponsoring!

You can find the financial report here:

	 http://iccf-holland.org/2002.html


Amazon

Part of the money is coming from Amazon.  Not only from sales of the Vim
book (up to 15% of the sales) but also any other item ordered at Amazon
through our links.  In 2002 we have received about $700 this way.
Thanks to all who helped making this possible!

Please consider using the links on the ICCF pages if you buy something
at Amazon USA, Canada, UK, DE or FR.  Then ICCF Holland gets between 5%
and 15% of the sales and it doesn't cost you anything!

	 http://iccf-holland.org/click.html

--
hundred-and-one symptoms of being an internet addict:
198. You read all the quotes at Netaholics Anonymous and keep thinking
      "What's wrong with that?"

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///

#108 From: Bram Moolenaar <Bram@...>
Date: Sat Feb 22, 2003 3:00 pm
Subject: Vim - The movie
Bram@...
Send Email Send Email
 
Wolfram Esser has made an animation with the Vim logo. This is quite a
bit of fun to see and hear. The animation is available in various
formats and two resolutions here:

	 http://www.derwok.de/2d-3d/3d/vimlogo/

Don't be suprised if downloading is a bit slow, the files are 1.5 to 9
Mbyte. Have fun!

--
Witches prefer brooms: vacuum-cleaners need extension cords!

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///

Messages 79 - 108 of 216   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help