home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume41 / vim / part00 next >
Encoding:
Text File  |  1993-12-20  |  3.1 KB  |  69 lines

  1. Newsgroups: comp.sources.misc
  2. From: mool@oce.nl (Bram Moolenaar)
  3. Subject: v41i050:  vim - Vi IMitation editor, v2.0, Part00/25
  4. Message-ID: <csm-v41i050=vim.214055@sparky.Sterling.COM>
  5. X-Md4-Signature: 98eb60e13e8488953ae28d73fcb050f3
  6. Keywords: utility, editor, vi, vim
  7. Sender: kent@sparky.sterling.com (Kent Landfield)
  8. Organization: Sterling Software
  9. Date: Tue, 21 Dec 1993 03:41:36 GMT
  10. Approved: kent@sparky.sterling.com
  11.  
  12. Submitted-by: mool@oce.nl (Bram Moolenaar)
  13. Posting-number: Volume 41, Issue 50
  14. Archive-name: vim/part00
  15. Environment: UNIX, AMIGA, MS-DOS
  16. Supersedes: vim: Volume 37, Issue 1-24
  17.  
  18. Vim - Vi IMproved. A clone of the UNIX text editor Vi. Very useful for 
  19. editing programs and other plain ASCII text. Full Vi compatibility (except Q 
  20. command, you don't need it). Includes most Ex commands.
  21.  
  22. Extra features above Vi: Multilevel undo, command line history, improved 
  23. command line editing, command typeahead display, command to display yank 
  24. buffers, possibility to edit binary files, line wrapping can be switched off,
  25. file name stack, can be adjusted to understand error messages from any
  26. compiler, shows current file name in window title, on-line help, etc. 
  27.  
  28. Version 2.0, update to 1.27. Most important changes:
  29.  - 'wrap' option to switch line wrapping on/off
  30.  - filename completion is more like other programs and adjustable
  31.  - automatic detection of CR/LF line separator
  32.  - '-b' command line option to make editing binary files more easy
  33.  - added abbreviation
  34.  - :make command for quickly jumping to errors
  35.  - MSDOS version uses bios calls for screen output, ansi.sys not needed
  36.  - many small changes to make Vim more vi-compatible
  37.  
  38. Portability: Vim is currently running on Unix, MSdos and Amiga. Vim should 
  39. run on any UNIX system, although small modification may be required. It has 
  40. been tested on Sun, Ultrix, linux, hpux and many others. For MSDOS it can be 
  41. compiled with Turbo C and Borland C++. 
  42.  
  43. Distribution:
  44. comp.binaries.ibm.pc:    vim_dos.zip:    MSDOS binary and documentation
  45.  
  46. comp.binaries.amiga:    vim_bin.lha:    Amiga binary and documentation
  47.  
  48. comp.sources.misc:    shell archive with sources and documentation
  49.  
  50. The documentation is almost the same for all systems. For MSDOS CR-LF is used
  51. for line separator. For Amiga .info files are included. For the shell archive
  52. some files are uuencoded because of unprintable characters.
  53.  
  54. Note that some files are uuencoded. I had to do this because there are 
  55. non-printable characters in these files that may be mangled by news. The
  56. files are readable ASCII otherwise.  To unpack the files completely unshar
  57. the entire distribution and then run the file execute.me.  This will uudecode
  58. the files as appropriate.
  59.  
  60. Vim is charityware. Read uganda.txt for details.
  61.  
  62. ===============================================================================
  63. Bram Moolenaar                             | DISCLAIMER:  This  note  does  not
  64. Oce Nederland B.V., Research & Development | necessarily represent the position
  65. p.o. box 101, 5900 MA  Venlo               | of  Oce-Nederland  B.V.  Therefore
  66. The Netherlands        phone +31 77 594077 | no liability or responsibility for
  67. UUCP: mool@oce.nl        fax +31 77 595473 | whatever will be accepted.
  68. exit 0 # Just in case...
  69.