home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d591 / vim.lha / Vim / readme < prev    next >
Text File  |  1992-01-31  |  2KB  |  53 lines

  1. README for version 1.14 of VIM: Vi IMitation.
  2.  
  3. VIM is an almost compatible version of the UNIX editor vi. Only the commands
  4. "Q" and "z<cnt>" are missing. Many new features have been added: multi level
  5. undo, command line history, filename completion, etc. It is very useful for
  6. editing programs and other plain ASCII files. All commands are given with
  7. normal keyboard characters, so those who can type with ten fingers can work
  8. very fast.
  9.  
  10. Documentation:
  11.       tutor/readme - for beginners
  12.      reference.doc - complete reference of all VIM commands
  13.     difference.doc - summarizes the differences with UNIX vi
  14.  
  15. This is SwapWare: if you use VIM, you should send me a disk with useful 
  16. programs (no illegal copies of course). I prefer programmers tools, music,
  17. sound and MIDI programs. Source code please! If I like it, I will send you
  18. the newest version of VIM in return.
  19.  
  20. The program vim will work right away, but for some commands to work you 
  21. must do the following:
  22.  
  23.     put :libs/arp.library in libs:
  24.     put :Csh/csh in c: or in any other directory that is in your path
  25.     assign vim: to the directory where the vim.hlp file is
  26.     make sure that newcli and run are in c:
  27.  
  28. If you have sufficient memory you can speedup a lot by making Vim and csh 
  29. resident with the command "rez csh vim". You will have to put
  30. :libs/rezlib.library in your libs: directory.
  31.  
  32. Note that this version of VIM only works on the Amiga. If you want to port
  33. it to another machine, carefully look through the files "amiga.c", "env.h"
  34. and "term.h" for machine dependent code. There should be no Amiga
  35. dependencies in other files (no guarantee).
  36.  
  37. Please send swap disks, comments, bug reports and suggestions to:
  38.  
  39.     Bram Moolenaar
  40.     Clematisstraat 30
  41.     5925 BE  Venlo
  42.     The Netherlands
  43.  
  44. UUCP e-mail:    mool@oce.nl
  45.  
  46. Note: The source files may have been placed in a zoo file to save disk space.
  47.       Unzoo with the command "zoo x// vim.src.zoo". Be sure to have enough
  48.       disk space.
  49.  
  50. Ed note:  I repacked the zoo file using lha (supplied in the :c directory
  51.       of this disk, saving 100 blocks.  Unarchive with "lha -x src.lha".
  52.       -Fred
  53.