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
Only remove undo point if s:RunRustfmt is executed from BufWritePre
Otherwise, we remove unintended undo points.
We can use the already existing parameter to figure out whether we are
executing from BufWritePre context.
Fixes#358. Issue existed since #33c3e214a606, introduced by #111.
0 commit comments