]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / pack / stargrave / start / fileline / plugin / fileline.vim
diff --git a/vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim b/vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim
new file mode 100644 (file)
index 0000000..62bf31a
--- /dev/null
@@ -0,0 +1,3 @@
+if exists("*fileline#goto") | finish | endif
+autocmd! BufNewFile *:* nested call fileline#goto()
+autocmd! BufRead *:* nested call fileline#goto()