Fix unclosed string due to unescaped '
This commit is contained in:
parent
0a1c4ecf3d
commit
db6f51b411
|
@ -64,7 +64,7 @@ define-command spell-next %{ evaluate-commands %sh{
|
||||||
|
|
||||||
start_first="${kak_opt_spell_regions#* }"
|
start_first="${kak_opt_spell_regions#* }"
|
||||||
start_first="${start_first%%|*}"
|
start_first="${start_first%%|*}"
|
||||||
start_first="${start_first#'}"
|
start_first="${start_first#\'}"
|
||||||
|
|
||||||
find_next_word_desc() {
|
find_next_word_desc() {
|
||||||
## XXX: the `spell` command adds sorted selection descriptions to the range
|
## XXX: the `spell` command adds sorted selection descriptions to the range
|
||||||
|
|
Loading…
Reference in New Issue
Block a user