home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim53os2.zip / vim-5.3 / README.txt < prev    next >
Text File  |  1998-08-30  |  4KB  |  117 lines

  1. README.txt for version 5.3 of Vim: Vi IMproved.
  2.  
  3.  
  4. WHAT IS VIM
  5.  
  6. Vim is an almost compatible version of the UNIX editor Vi.  Many new features
  7. have been added: multi level undo, syntax highlighting, command line history,
  8. on-line help, filename completion, block operations, etc.  There is also a
  9. Graphical User Interface (GUI) available.  See doc/vi_diff.txt.
  10.  
  11. This editor is very useful for editing programs and other plain ASCII files.
  12. All commands are given with normal keyboard characters, so those who can type
  13. with ten fingers can work very fast.  Additionally, function keys can be
  14. defined by the user, and the mouse can be used.
  15.  
  16. Vim currently runs under Amiga DOS, MS-DOS, Windows NT, Windows 95, Atari
  17. MiNT, Macintosh, VMS, RISC OS, OS/2 and almost all flavours of UNIX.
  18. Porting to other systems should not be very difficult.
  19.  
  20.  
  21. DISTRIBUTION
  22.  
  23. There are separate distributions for Unix, PC, Amiga and some other systems.
  24. This README.txt file comes with the runtime archive.  It includes the
  25. documentation, syntax files and other files that are used at runtime.  To run
  26. Vim you must get either one of the binary archives or a source archive.
  27. Which one you need depends on the system you want to run it on and whether you
  28. want or must compile it yourself.  Check the ftp site for an overview of
  29. currently available distributions.
  30.  
  31.  
  32. DOCUMENTATION
  33.  
  34. The best is to use ":help" in Vim.  If you don't have an executable (yet),
  35. read doc/help.txt.  It contains pointers to the other documentation files.
  36.  
  37. "tutor/README" is a one hour training course for beginners.
  38.  
  39.  
  40. COPYING
  41.  
  42. Vim is Charityware.  You can use and copy it as much as you like, but you are
  43. encouraged to make a donation to orphans in Uganda.  Please read the file
  44. "doc/uganda.txt" for details.
  45.  
  46. If you include Vim on a CD-ROM, I would like to receive a copy.  Just so I
  47. know which Vim distributions exists in the world (and to show off to my
  48. friends :-)).
  49.  
  50. There are no restrictions on distributing an unmodified copy of Vim on a
  51. CD-ROM or in any other way.  You are also allowed to include executables, made
  52. from the unmodified Vim sources.
  53.  
  54. If you distribute a modified version of Vim, you must send the maintainer a
  55. copy of the source code.  Or make it available to the maintainer through ftp;
  56. let him know where It can be found.  If the number of changes is small (e.g.,
  57. a modified Makefile) e-mailing the diffs will do.  The maintainer preserves
  58. the right to include any changes in the official version of Vim.  It is not
  59. allowed to distribute a modified version of Vim without making the source code
  60. available to the maintainer.  The current maintainer is Bram Moolenaar
  61. (Bram@vim.org).  If this changes, it will be announced in appropriate places
  62. (most likely www.vim.org and comp.editors).
  63. It is not allowed to remove these restrictions from the distribution of the
  64. Vim sources.
  65.  
  66.  
  67. COMPILING
  68.  
  69. All stuff for compiling Vim is in the "src" directory.  See src/INSTALL for
  70. instructions.
  71.  
  72.  
  73. INFORMATION
  74.  
  75. The latest news about Vim can be found on the Vim home page:
  76.     <URL:http://www.vim.org/>
  77.  
  78. If you have problems, have a look at the Vim FAQ:
  79.     <URL:http://www.vim.org/faq/>
  80.  
  81. Send bug reports to:
  82.     Bram Moolenaar <Bram@vim.org>
  83.  
  84. There are three mailing lists for Vim:
  85. <vim@vim.org>
  86.     For discussions about using existing versions of Vim: Useful mappings,
  87.     questions, answers, where to get a specific version, etc.
  88. <vim-dev@vim.org>
  89.     For discussions about changing Vim: New features, porting, beta-test
  90.     versions, etc.
  91. <vim-announce@vim.org>
  92.     Announcements about new versions of Vim; also beta-test versions and
  93.     ports to different systems.
  94.  
  95. See <URL:http://www.vim.org/mail.html>.
  96.  
  97. NOTE:
  98. - You can only send messages to these lists if you have subscribed!
  99. - You need to send the messages from the same location as where you subscribed
  100.   from (to avoid spam mails).
  101. - Maximum message size is 40000 characters.
  102.  
  103. If you want to join, send a message to
  104.     <vim-help@vim.org>
  105. Make sure that your "From:" address is correct.  Then the list server will
  106. send you a help message.
  107.  
  108.  
  109. MAIN AUTHOR
  110.  
  111. Send any other comments, patches, pizza and suggestions to:
  112.  
  113.     Bram Moolenaar        E-mail:    Bram@vim.org
  114.     Clematisstraat 30
  115.     5925 BE  Venlo        Fax: +31 77 3595473
  116.     The Netherlands        Tel: +31 77 3872340
  117.