Date: Sat, 5 Jun 1999 13:27:11 -0700 (PDT) From: Tim Vanderhoek <hoek@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/more command.c Message-ID: <199906052027.NAA41880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hoek 1999/06/05 13:27:11 PDT Modified files: usr.bin/more command.c Log: - When trying to decide if $EDITOR == "vi", match against only the first two characters of $EDITOR. This allows things like "vim" and "vi -G" (although nvi would fail...oh well). - Avoid certain cases where the editor is passed an invalid line number. Revision Changes Path 1.13 +28 -5 src/usr.bin/more/command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906052027.NAA41880>