home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / vim / doc / archie next >
Encoding:
Text File  |  1994-04-20  |  1.5 KB  |  35 lines

  1. This file contains the particularities for the Archimedes version of Vim.
  2.  
  3. vim.hlp needs to be saved as Lib:vimhlp (you should set Lib$Path to be a
  4. path to the directory you want to save this. Your system vimrc file should
  5. be named vimrc in this directory too.) 
  6.  
  7. Another path to set is Tmp$Path This should be the directory you want vim to
  8. use when it does pipes.
  9.  
  10. UnixLib's translations means that local .vimrc files should really be named
  11. /vimrc. Of course vim does these translations, so vim .vimrc will create the
  12. file /vimrc.
  13.  
  14. You need a termcap file - I haven't built this in. To install the termcap
  15. file, you need to assign a variable, UnixLib$/etc to your "/etc" directory
  16. and copy the file "arctermcap" as "/etc/termcap" You also need your TERM
  17. variable to be set to acorn0 before you use vim. Note also that I've set the
  18. "cl" command, clear screen to clear to green screen. You can change this if
  19. you want.
  20.  
  21. Errorfile handling may not work properly. This is not vim's fault, but
  22. UnixLib's system() and exec() handling. It may be OK for Acorn's cc, but gcc
  23. uses exec() and loses redirections, so gcc -c fred.c 2> errorfile doesn't
  24. generate a valid errorfile. Problem is that this is a biggy within UnixLib
  25. to fix, I think.
  26.  
  27. When you call a shell up with :sh and ^Z, you'll get a GOS shell by default.
  28. This means that running another application will exit GOS and throw you back
  29. into vim. I'm working on a bash-like shell for the Arc which will get round
  30. this.
  31.  
  32. If I've missed anything, please drop me a line and I'll try to fix it.
  33.  
  34. Alun Jones, auj@aber.ac.uk
  35.