]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim
Move to vim9script
[dotfiles.git] / vim / .vim / pack / stargrave / start / fileline / plugin / fileline.vim
index 62bf31a1ef5e23aec2516d55c230a37c4b5552fd..6dc2c0736b73861ef33b638dc4fff22a0a0ef86b 100644 (file)
@@ -1,3 +1,3 @@
-if exists("*fileline#goto") | finish | endif
-autocmd! BufNewFile *:* nested call fileline#goto()
-autocmd! BufRead *:* nested call fileline#goto()
+if exists("*fileline#Goto") | finish | endif
+autocmd! BufNewFile *:* nested call fileline#Goto()
+autocmd! BufRead *:* nested call fileline#Goto()