nano

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

commit 6cf442e329fd6cb6a972472661911b0bc3140b85
parent d26f16a17552ae1256102b2d7f3b77bc6b0e9e3e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 11 Feb 2020 16:59:15 +0100

docs: mark bracketed pasting as done in the TODO list

Diffstat:
MTODO | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO @@ -2,8 +2,6 @@ A list of desired features -------------------------- Somewhat urgent: -- 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 e.g. specify a different alternate spell checker depending on which file type we have open. @@ -16,6 +14,9 @@ Vague musings: - Make matching bracket searches sophisticated enough to skip over brackets inside comments? +For version 4.8: +- Detect when text is being pasted, so that we can handle it faster. [DONE] + For version 4.0: - Make undo/redo work also for justifying. [DONE]