home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim42os2.zip / vim-4.2 / README < prev    next >
Text File  |  1996-06-18  |  2KB  |  62 lines

  1. README for version 4.2 of Vim: Vi IMproved.
  2.  
  3. Vim is an almost compatible version of the UNIX editor vi.  Only the "Q"
  4. command is missing.  Many new features have been added: multi level undo,
  5. command line history, filename completion, block operations, etc.  There is
  6. also a Graphical User Interface (GUI) available.  See doc/vim_diff.doc.
  7.  
  8. This editor is very useful for editing programs and other plain ASCII files.
  9. All commands are given with normal keyboard characters, so those who can type
  10. with ten fingers can work very fast.  Additionally function keys can be
  11. defined by the user.
  12.  
  13. Vim currently runs under Amiga DOS, MS-DOS, Windows NT, Windows 95, Atari
  14. MiNT, OS/2 and almost all flavours of UNIX.  There are some things included
  15. for the Archimedes, but it does not work yet.  There are people working on a
  16. VMS and a Mac port.  Porting to other systems should not be very difficult.
  17.  
  18. Documentation:
  19. The best is to use ":help" in Vim.  If you don't have an executable (yet),
  20. read doc/vim_help.txt.  It contains pointers to the other documentation files.
  21.  
  22. "tutor/readme" is a one hour training course for beginners.
  23.  
  24. Copying:
  25. Vim is Charityware.  You can copy it as much as you like, but you are
  26. encouraged to make a donation to orphans in Uganda.  Please read the file
  27. "doc/vim_kcc.txt" for details.  You are allowed to include Vim on a CD-ROM if
  28. you send me one.
  29.  
  30. Compiling:
  31. All stuff for compiling Vim is in the "src" directory.  See src/INSTALL for
  32. instructions.
  33.  
  34.  
  35. The latest news about Vim can be found in the Vim home page:
  36.     <URL:http://www.math.fu-berlin.de/~guckes/vim/>
  37.  
  38. If you have problems, have a look at the Vim FAQ:
  39.     <URL:http://www.grafnetix.com/~laurent/vim/>
  40.  
  41. Please send bug reports to:
  42.     Bram Moolenaar <mool@oce.nl>
  43.  
  44. There are three mailing lists for Vim:
  45.  
  46.     vim@prz.tu-berlin.de        about using Vim
  47.     vimdev@prz.tu-berlin.de        about developing Vim
  48.     vimannounce@prz.tu-berlin.de    announcements
  49.  
  50. If you want to join send a message to
  51.     <majordomo@prz.tu-berlin.de>
  52. and put "info" in the body.  Then Majordomo will give you a little help.
  53. You must join before you are allowed to send messages to the lists (otherwise
  54. Majordomo will eat your messages).
  55.  
  56. Send any other comments, patches, pizza and suggestions to:
  57.  
  58.     Bram Moolenaar        E-mail:    mool@oce.nl
  59.     Clematisstraat 30
  60.     5925 BE  Venlo        Fax: +31 77 3595473
  61.     The Netherlands        Tel: +31 77 3872340
  62.