Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!samsung!spool.mu.edu!uunet!convex!usenet From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.editors Subject: Re: One user's editor wish list Message-ID: <1991Mar12.192812.11396@convex.com> Date: 12 Mar 91 19:28:12 GMT References: <1991Mar11.163554.21156@scrumpy@.bnr.ca> <1991Mar11.192122.18883@convex.com> Sender: usenet@convex.com (news access account) Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX Lines: 11 Nntp-Posting-Host: pixel.convex.com From the keyboard of meissner@osf.org (Michael Meissner): :However, vi only gives you one alternate file, so if you have more :than 2 files, you lose. Well, all your buffers stick around. It's only the line/char position information on the alternate file that is lost. You also keep around things like last search pattern, last substitution, last text inserted, etc, all of which can be quite handy. --tom