]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/fileline/plugin/fileline.vim
Group fileline's autocmds
[dotfiles.git] / vim / .vim / pack / stargrave / start / fileline / plugin / fileline.vim
index 6dc2c0736b73861ef33b638dc4fff22a0a0ef86b..dcb7f9d355b850d7ce0cee103467a4e6c8c4653e 100644 (file)
@@ -1,3 +1,6 @@
 if exists("*fileline#Goto") | finish | endif
-autocmd! BufNewFile *:* nested call fileline#Goto()
-autocmd! BufRead *:* nested call fileline#Goto()
+augroup FilelinePlugin
+    autocmd!
+    autocmd BufNewFile *:* nested call fileline#Goto()
+    autocmd BufRead *:* nested call fileline#Goto()
+augroup END