]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/fileline.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / plugin / fileline.vim
1 if exists("*fileline#goto") | finish | endif
2 autocmd! BufNewFile *:* nested call fileline#goto()
3 autocmd! BufRead *:* nested call fileline#goto()