mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 12:36:11 +03:00
Merge remote-tracking branch 'laelath/spell-clear'
This commit is contained in:
commit
49645f8efc
@ -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%%,*}"
|
||||
|
Loading…
Reference in New Issue
Block a user