home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim45os2.zip / vim-4.5 / README < prev    next >
Text File  |  1996-10-07  |  3KB  |  74 lines

  1. README for version 4.5 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 use and 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.
  28.  
  29. If you include Vim on a CD-ROM, I would like to receive a copy.  Just so I
  30. know which Vim distributions exists in the world (and to show off to my
  31. friends :-)).
  32.  
  33. If you distribute a modified version of Vim, you must send me a copy,
  34. including the source code.  Or make it available to me through ftp; let me
  35. know where I can find it.  If the number of changes is small (e.g., a modified
  36. Makefile) e-mailing me the diffs will do.  I preserve the right to include
  37. any changes in the official version of Vim.  It is not allowed to distribute
  38. a modified version of Vim without making the source code available to me.
  39. It is not allowed to remove these restrictions from the distribution of the
  40. Vim sources.
  41.  
  42. Compiling:
  43. All stuff for compiling Vim is in the "src" directory.  See src/INSTALL for
  44. instructions.
  45.  
  46.  
  47. The latest news about Vim can be found in the Vim home page:
  48.     <URL:http://www.math.fu-berlin.de/~guckes/vim/>
  49.  
  50. If you have problems, have a look at the Vim FAQ:
  51.     <URL:http://www.grafnetix.com/~laurent/vim/>
  52.  
  53. Please send bug reports to:
  54.     Bram Moolenaar <mool@oce.nl>
  55.  
  56. There are three mailing lists for Vim:
  57.  
  58.     vim@prz.tu-berlin.de        about using Vim
  59.     vimdev@prz.tu-berlin.de        about developing Vim
  60.     vimannounce@prz.tu-berlin.de    announcements
  61.  
  62. If you want to join send a message to
  63.     <majordomo@prz.tu-berlin.de>
  64. and put "info" in the body.  Then Majordomo will give you a little help.
  65. You must join before you are allowed to send messages to the lists (otherwise
  66. Majordomo will eat your messages).
  67.  
  68. Send any other comments, patches, pizza and suggestions to:
  69.  
  70.     Bram Moolenaar        E-mail:    mool@oce.nl
  71.     Clematisstraat 30
  72.     5925 BE  Venlo        Fax: +31 77 3595473
  73.     The Netherlands        Tel: +31 77 3872340
  74.