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
test(makefile): use --clean for isolated test runs (#1338)
Switches the test target to use `nvim --headless --clean` instead of
`--noplugin` to ensure tests run in a fully isolated environment,
avoiding interference from user or system configuration. This improves
test reliability and consistency.
0 commit comments