You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also uses `s:dobufread` for the `BufEnter` event (which enables
`<nomodeline>` for it).
Triggering `BufRead` during startup of Vim should be avoided, because it
will also trigger `FileType` events, which can have unexpected side
effects.
Ref: vim/vim#2810
0 commit comments