home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / unix / pv_vi109.arc / READ.ME next >
Encoding:
Text File  |  1989-02-18  |  1.9 KB  |  48 lines

  1.                   RELEASE NOTES
  2.                    FREE VI VERSION 1.9a
  3.  
  4. This is the second public release of Free VI.  The first such release was
  5. Version 1.4, which was distributed over Usenet sometime around May 1988.  There
  6. were also intermediate versions which may have reached you.  This file will
  7. list most of the enhancements since Version 1.4 (all those that I can
  8. remember); if you do not have an earlier version of this program, then you
  9. do not need to read this file, except to note that this will be the last
  10. version to run under DOS 1.1.  You might also be interested in the patch given
  11. at the end of this file.
  12.  
  13. Since Version 1.4, the changes have been:
  14.  
  15. 1.  The program can now recover from hardware errors (those that would formerly
  16.     have gotten you the message, "Abort/Retry/Ignore?".  It also recovers much
  17.     more gracefully from the memory full situation.  For these reasons alone it
  18.     would be worth upgrading (especially considering the price).
  19.  
  20. 2.  The mx, 'x, and `x features have been implemented (these mark and go to
  21.     certain portions of the file).
  22.  
  23. 3.  Control-W (delete word in input mode) is now implemented.
  24.  
  25. 4.  Also in input mode, line delete is now Control-U, and the Esc key will get
  26.     you back into command mode.  Formerly, Escape was the line delete character
  27.     and Ins or End ended the input.  Each method has its advantages; to switch
  28.     to the old method, see the patch given at the end of this file.
  29.  
  30. 5.  You can now backspace over a carriage return in input mode.
  31.  
  32. 6.  j, k, l, |, ^, and perhaps a few other motions have been implemented.
  33.  
  34. 7.  A number of commands can now recognize a numeric argument, for example ^B.
  35.  
  36. 8.  y% has been fixed.
  37.  
  38. 9.  Version 1.9a includes a few minor cosmetic changes.
  39.  
  40. To undo the change in #4 above, you can patch the program by typing the
  41. following lines:
  42.         debug vi.com
  43.         e 6090 1b 1
  44.         w
  45.         q
  46.  
  47. To change it back, replace the second line with "e 6090 15 16".
  48.