home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / STVI369G.ZIP / README.GRR < prev    next >
Text File  |  1991-10-23  |  2KB  |  33 lines

  1. This is the Stevie vi clone version 3.69 (the most up-to-date version
  2. of which I'm aware).  The only other OS/2 version I've found is the 
  3. one on novell.com and latrobe (I think), which is 3.10 or so.  That
  4. version has some significant failings, among them the lack of the "R"
  5. (replace) and "u" (undo) commands; the inability to do shell escapes;
  6. and an apparent limitation of about 15K(??) on the size of edited files.
  7.  
  8. All of those shortcomings are fixed in this version, and in addition 
  9. I've added HPFS long-name support (including the use of Kai Uwe Rommel's 
  10. IsFileSystemFAT() code to determine whether or not to truncate the 
  11. filename).  I also fixed several bugs (all typos) in the os2.c module,
  12. and I indented a bunch of the #defines to help with debugging and to 
  13. make the header files more readable.  I've been using this version fairly 
  14. heavily for the last couple weeks with no problems, so I figured I'd make 
  15. it available.
  16.  
  17. Note that Stevie is described as "an aspiring vi clone"; it's still 
  18. missing a lot of the ex commands, for instance.  The inability to grok
  19. commands of the form ":.,$d" is the major drawback for me, but the DOS
  20. version of Stevie shares this problem.  There are also a number of in-
  21. consistencies in the cursor positioning, but they're relatively minor.
  22. I found more problems with the Elvis clone when it was released, so I've 
  23. stuck with Stevie ever since.
  24.  
  25. I've called this version 3.69grr since there are 3.69a and 3.69b ver-
  26. sions out already, and for all I know there may be any number of others.
  27. Mine should be uniquely identified, at least. :-)  Both source and an
  28. OS/2 (16-bit, protected-mode-only) executable are included.  The source
  29. for 3.69a was also posted to comp.sources.misc, volume 11, in March 1990.
  30.  
  31. Greg Roelofs
  32. 23 Oct 1991
  33.