]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim
6dc2c0736b73861ef33b638dc4fff22a0a0ef86b
[dotfiles.git] / vim / .vim / pack / stargrave / start / fileline / plugin / fileline.vim
1 if exists("*fileline#Goto") | finish | endif
2 autocmd! BufNewFile *:* nested call fileline#Goto()
3 autocmd! BufRead *:* nested call fileline#Goto()