added spell-clear convenience command

This commit is contained in:
Justin Frank 2018-09-21 12:30:13 -07:00
parent 1e2a389c6f
commit 5700587926

View File

@ -57,6 +57,10 @@ Formats of language supported:
} }
} }
define-command spell-clear %{
unset-option buffer spell_regions
}
define-command spell-next %{ evaluate-commands %sh{ define-command spell-next %{ evaluate-commands %sh{
anchor_line="${kak_selection_desc%%.*}" anchor_line="${kak_selection_desc%%.*}"
anchor_col="${kak_selection_desc%%,*}" anchor_col="${kak_selection_desc%%,*}"