your-tools / skyspell

Fast and handy spell checker for the command line
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Doesn't work on scratch buffers. #5

Open jtrv opened 7 months ago

jtrv commented 7 months ago

Skyspell highlighter doesn't seem to work in scratch buffers.

Steps to reproduce:

echo "mispelling" > test.txt
cat test.txt | kak -n -e 'eval %sh{skyspell-kak init}; skyspell-enable en_US'
kak -n -e 'eval %sh{skyspell-kak init}; skyspell-enable en_US' test.txt