]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/autoload/nonhumanhl.vim
Mutt updated
[dotfiles.git] / vim / .vim / autoload / nonhumanhl.vim
1 function! nonhumanhl#load()
2     highlight nonhuman ctermbg=blue ctermfg=red
3     autocmd BufReadPost * syntax match nonhuman
4         \ "[^\u0000-\u007Fа-яА-ЯёЁäÄöÖüÜßẞ]" containedin=ALL
5 endfunction