1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 17:28:14 +03:00

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{
anchor_line="${kak_selection_desc%%.*}"
anchor_col="${kak_selection_desc%%,*}"