Date: Tue, 2 Jul 2002 16:56:24 +0300 From: Giorgos Keramidas <keramida@FreeBSD.org> To: Dmitry Sivachenko <demon@FreeBSD.org> Cc: freebsd-bugbusters@FreeBSD.org Subject: Re: 2 questions Message-ID: <20020702135623.GA48079@hades.hell.gr> In-Reply-To: <20020702134801.GO393@cavia.pp.ru> References: <20020702134801.GO393@cavia.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2002-07-02 17:48 +0000, Dmitry Sivachenko wrote: > 2) When I changed the state of a PR open->feedback, vi was launched to edit > the change reason. When I exited vi with :w! (without saving), state was > changed without the appropriate message. Is it possible to abort changing > the state when quitting with :w! If you really did :w! then you did save the buffer. To quit without saving you'll have to use :q! instead. This will still attempt to refile the PR if you have previously written the buffer out though, as shown below: % edit-pr 19760 [ vi fires up ] [ change something ] :w [ change something else ] :q! The PR will still be refiled with the first changes that you saved! --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9IbEG1g+UGjGGA7YRAgrSAJ4+TDNfCUKttaYyJ+o7Hrao4+rx9QCghH+9 QO2g4+ztMM38jCZZiZTJ/oo= =XYx1 -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugbusters" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020702135623.GA48079>