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

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