diff --git a/plugin/symlink.vim b/plugin/symlink.vim index a6f706d..91fce42 100644 --- a/plugin/symlink.vim +++ b/plugin/symlink.vim @@ -35,5 +35,5 @@ endfunction augroup symlink_plugin autocmd! - autocmd BufRead * nested call s:on_buf_read(expand('')) + autocmd BufEnter * nested call s:on_buf_read(expand('')) augroup END