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
By the way, CheckAttach uses BufWriteCmd which is not recommended; see :help Write-Cmd.
For example, often the buffer cannot be written and has to be quit unmodified. Why not replace it by a BufWrite event?
By the way, CheckAttach uses
BufWriteCmdwhich is not recommended; see :help Write-Cmd.For example, often the buffer cannot be written and has to be quit unmodified. Why not replace it by a
BufWriteevent?