if exists("*fileline#Goto") | finish | endif augroup FilelinePlugin autocmd! autocmd BufNewFile *:* nested call fileline#Goto() autocmd BufRead *:* nested call fileline#Goto() augroup END