]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/autoload/nonhumanhl.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / autoload / nonhumanhl.vim
diff --git a/vim/.vim/autoload/nonhumanhl.vim b/vim/.vim/autoload/nonhumanhl.vim
deleted file mode 100644 (file)
index c2ac7fc..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-function! nonhumanhl#load()
-    highlight nonhuman ctermbg=blue ctermfg=red
-    autocmd BufReadPost * syntax match nonhuman
-        \ "[^\u0000-\u007Fа-яА-ЯёЁäÄöÖüÜßẞ]" containedin=ALL
-endfunction