]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/nonhumanhl/plugin/nonhumanhl.vim
Move to vim9script
[dotfiles.git] / vim / .vim / pack / stargrave / start / nonhumanhl / plugin / nonhumanhl.vim
index 7d4e88bb4b19b9fdcb49b86712c208a066cc46c0..38a0ff4d19d5ca53e029490a8655615297793e23 100644 (file)
@@ -1,2 +1,3 @@
-if exists("*nonhumanhl#load") | finish | endif
-call nonhumanhl#load()
+vim9script
+if exists("*nonhumanhl#Load") | finish | endif
+nonhumanhl#Load()