=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/README,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/mg/README 2015/03/18 17:12:10 1.13 +++ src/usr.bin/mg/README 2015/11/12 09:30:45 1.14 @@ -59,10 +59,10 @@ Overwrite mode does not work in macros. (Characters are inserted rather than overwriting.) -Dired mode has some problems: Rename does not update the buffer. -Doing a dired again will update the buffer (whether it needs it or -not) and will lose any marks for deletion. .. and . are not -recognized as special cases. +Dired mode has some problems: .. and . are not recognized as special +cases. Also, mg uses the output of the command 'ls' to populate a +dired buffer. This is not ideal, dired mode should probably be +rewritten to use the directory(3) set of functions. On systems with 16 bit integers, the kill buffer cannot exceed 32767 bytes.