home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / elvis / Docs / Omissions < prev    next >
Encoding:
Text File  |  1990-01-09  |  1.0 KB  |  24 lines

  1. The U command is missing.  (It should undo all changes to a single line.)
  2.  
  3. The replace mode is a hack.  It doesn't save the text that it overwrites.
  4.  
  5. The search commands can only find the first occurrence of the target in a line.
  6. If the line contains more than one occurrence, the second is ignored.  (This
  7. doesn't affect the  :s/target/replacement/g  command, though.)
  8.  
  9. Long lines are displayed differently -- where the real vi would wrap a long
  10. line onto several rows of the screen, Elvis simply displays part of the line,
  11. and allows you to scroll the screen sideways to see the rest of it.
  12.  
  13. The ":preserve" and ":recover" commands are missing, as is the -r flag.
  14. I've never had a good reason to use ":preserve", and since use of ":recover"
  15. is so rare, I decided to implement it as a separate program.  There's no
  16. need to load the recovery code into memory every time you edit a file.
  17.  
  18. LISP support is missing.
  19.  
  20. The "@" and ":@" commands are missing.
  21.  
  22. You can't APPEND to a cut buffer.  The following DOES NOT WORK:
  23.     "Ayy
  24.