home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / text_ed / stevie / stvi387.doc < prev    next >
Text File  |  1990-10-13  |  2KB  |  30 lines

  1.      The following are a list of the changes that have been made to the STEVIE
  2. (vi clone) text editor between version 3.81 and the 3.87:
  3.  
  4.       1)  A new "set" command option has been added, aitabs.  Aitabs is a
  5. boolean option, with a default value of true.  Aitabs forces the autoindenting
  6. function to pad as much white space as is possible with tab characters.  This
  7. is the normal method that the VI text editor uses to perform autoindenting.  
  8. If you do not want tab characters to be used during autoindenting (space 
  9. characters are used instead), then execute the command "set noaitabs".  Please
  10. note that this option is not available with the genuine VI text editor!
  11.  
  12.       2)  Another new "set" command option was added:  wrapmargin.  Wrapmargin
  13. is standard in VI.  It is use to automatically insert new lines at a convenient
  14. location between words, and it will enforce a right margin of a user-determined
  15. size.
  16.  
  17.       3)  Autoindenting was fixed in several ways.  When inserting a carriage
  18. return in the middle of a line of text, the new line will now indent.  The
  19. indenting command ^T has been fixed to properly set the autoindent buffer.
  20.  
  21.       4)  A very serious bug has been eliminated.  The editor used to crash,
  22. if the very first '/' or '?' search command was executed without any search
  23. string (just a carriage return).
  24.  
  25.       5)  The delete last-typed word command ^W has been implemented.  This
  26. command only works within insert mode, and only within the current line.
  27.  
  28.       6)  The "help" feature has been reorganized and expanded to explain
  29. almost all of the commands.
  30.