From: Benno Schulenberg Date: Fri, 29 Nov 2019 10:42:51 +0000 (+0100) Subject: add tags around a keystroke X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=36934144eb08d0db59161a77ee0bba1a88f5ae19;ds=sidebyside add tags around a keystroke --- diff --git a/news.php b/news.php index 984a8ba..7eaa38c 100644 --- a/news.php +++ b/news.php @@ -23,7 +23,7 @@
  • The 'formatter' command has returned, bound by default to M-F.
    It allows running a syntax-specific command on the contents of
    the buffer.
  • -
  • ^T will try to run 'hunspell' before 'spell', because it checks
    +
  • ^T will try to run 'hunspell' before 'spell', because it checks
    spellling 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.