]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim
Make zathura configuration file aware
[dotfiles.git] / vim / .vim / pack / stargrave / start / fileline / plugin / fileline.vim
1 if exists("*fileline#Goto") | finish | endif
2 augroup FilelinePlugin
3     autocmd!
4     autocmd BufNewFile *:* nested call fileline#Goto()
5     autocmd BufRead *:* nested call fileline#Goto()
6 augroup END