nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 4aec1649f530147f72e3d04a7e908411d39e063a
parent 153dea1732f5d94ca09994632c6ac3edffd27a3b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 13 Sep 2017 19:44:31 +0200

docs: remove another remark about indenting lacking undo capability

Diffstat:
Mdoc/nano.texi | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -556,9 +556,9 @@ is running. @node Limitation @section Limitation -Justifications (@kbd{^J}) and reindentations (@kbd{M-@{} and @kbd{M-@}}) +Justifications (@kbd{^J}) are not yet covered by the general undo system. So after a justification -that is not immediately undone, or after any reindentation, earlier edits +that is not immediately undone, earlier edits cannot be undone any more. The workaround is, of course, to exit without saving.