diff --git a/rc/tools/spell.kak b/rc/tools/spell.kak index b9fe5903..65804de0 100644 --- a/rc/tools/spell.kak +++ b/rc/tools/spell.kak @@ -53,6 +53,10 @@ define-command -params ..1 -docstring %{ # nothing } + else if (/^\+/) { + # required to ignore undocumented aspell functionality + } + else if (/^$/) { line_num++ }