nano

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

commit 9a8d9ef4965f37402d2a5472659afd21cbb1f6ae
parent 7336c28ca8d594ae8dcb865fad0cac768338cc53
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 25 Nov 2021 11:14:11 +0100

tweaks: fix a somewhat humorous typo

The typo was found by hitting ^] several times on "spell" during
random testing and getting two suspiciously similar results.

Diffstat:
MNEWS | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS @@ -187,7 +187,7 @@ It allows running a syntax-specific command on the contents of the buffer. • ^T will try to run 'hunspell' before 'spell', because it checks - spellling for the locale's language and understands UTF-8. + spelling for the locale's language and understands UTF-8. • Multiple errors or warnings on startup will no longer slow nano down but will be indicated on the status bar with trailing dots.