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
fix: correct path handling in vim atomic write tests
The vim atomic write tests were failing because they passed absolute paths
to handle_changes(), but the watch service expects relative paths (it converts
absolute paths from the file watcher to relative paths internally).
Fixed by converting absolute paths to relative paths in test setup to match
the actual watch service behavior.
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>
0 commit comments