mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-29 01:24:52 +03:00
Fix spell.kak wrong use of sed flags
This commit is contained in:
parent
a051250204
commit
dca9e2b73d
@ -9,7 +9,7 @@ def spell %{
|
||||
echo "set buffer spell_tmp_file ${file}"
|
||||
}
|
||||
%sh{
|
||||
sed -ie 's/^/^/' $kak_opt_spell_tmp_file
|
||||
sed -i 's/^/^/' $kak_opt_spell_tmp_file
|
||||
aspell -a < $kak_opt_spell_tmp_file 2>&1 | {
|
||||
line_num=1
|
||||
regions=$kak_timestamp
|
||||
|
Loading…
Reference in New Issue
Block a user