diff options
| author | Patsakula Nikita <patsakula.n@granit-concern.ru> | 2020-11-06 15:41:12 +0300 |
|---|---|---|
| committer | Patsakula Nikita <patsakula.n@granit-concern.ru> | 2020-11-06 15:41:12 +0300 |
| commit | ff8d4d6567cc0db94d05bef25b7979ddf34dfb78 (patch) | |
| tree | 0e90e032538828f64b326e31c7c8581c2c68d0c4 | |
| parent | a7931fa0f7c619e4564d3051a2cd1b5b1e21f69e (diff) | |
[-] spell.kak: undocumented aspell buggy-behavior avoided.
| -rw-r--r-- | rc/tools/spell.kak | 4 |
1 files changed, 4 insertions, 0 deletions
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++ } |
