" F8 to highlight spelling error, F7 to remove highlighting
noremap <F8> :let spellcheckfile = tempname()<CR>:write !mkspellcheck spellcheckfile -d czech<CR><CR>:source spellcheckfile<CR><CR>
noremap <F7> :syntax clear SpellErrors<CR>
" Ctrl-X to start ispell from the current line
map <C-X> !Gfspell -d czech<CR>:redraw!<CR>
