nano

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

commit 75a6abe6d2c76ec3c8061d3515b5944bf971e21b
parent ba5b85baf0c9e237b5b6174ae466c2bfbc8fd0ad
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 11 Sep 2019 17:18:51 +0200

docs: mark the undoing of justifications as done in the TODO list

Diffstat:
MTODO | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -2,7 +2,6 @@ A list of desired features -------------------------- Somewhat urgent: -- Make undo/redo work also for justifying. - Detect when text is being pasted, so that we can handle it faster. See https://savannah.gnu.org/bugs/?40060. - Allow color syntaxes to apply to more than just color, so that we can @@ -17,6 +16,9 @@ Vague musings: - Make matching bracket searches sophisticated enough to skip over brackets inside comments? +For version 4.0: +- Make undo/redo work also for justifying. [DONE] + For version 2.9: - Allow piping (marked) text to an external command and replacing it with the command's output. That is: implement filtering. [DONE]