home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / texted / vim / vim300a1 / ReadMe next >
Text File  |  1995-03-07  |  1KB  |  30 lines

  1. Alpha version of vim 3.00 on RISC OS.
  2.  
  3. This has only been partially tested as I'm still working on it.
  4. Please report bugs to auj@aber.ac.uk
  5.  
  6. This distribution assumes that you already have a working vim version 2
  7. (or earlier) on your Arc, and so all your variables are correctly set up.
  8.  
  9. Vim 3 uses file.swp rather than file.vim as a swapfile. It can edit files
  10. which are larger than the physical memory available.
  11.  
  12. To use this you should add :swp: to the UnixFS$sfix variable.
  13. In addition you need a line like 
  14. set directory=>/tmp/
  15. in your system vimrc and a variable like
  16. set UnixFS$/tmp HD1:$.tmp
  17. or similar.
  18.  
  19. The ">/tmp/" is needed for reasons which are obscure to me at the moment,
  20. suffice to say that if you don't set this you'll end with a directory called
  21. swp in the current dir. I still need to look at this and find out just what
  22. it's doing.
  23.  
  24. OK, that's all I can think of. Note again that this is a very pre-release
  25. version and you should fully expect it to crash every now & then. The way
  26. to fix this is to tell me what went wrong and to bug me into fixing it!
  27.  
  28. Alun Jones, 7th March 1995.
  29.  
  30.