From 0289131c2480337eca0c88aaf20eec861061fd6b Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 1 Jul 2021 21:52:59 +0200 Subject: [PATCH] spell.kak: ignore another undocumented control char --- rc/tools/spell.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tools/spell.kak b/rc/tools/spell.kak index 1e9e4db4..121fe3dd 100644 --- a/rc/tools/spell.kak +++ b/rc/tools/spell.kak @@ -53,7 +53,7 @@ define-command -params ..1 -docstring %{ # nothing } - else if (/^\+/) { + else if (/^[+-]/) { # required to ignore undocumented aspell functionality }