Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if watched file was recreated after remove #28

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

dxrcy
Copy link
Contributor

@dxrcy dxrcy commented Sep 17, 2024

Fixes #25
When watching a file, if the file was removed, check if it still doesn't exist before exiting.

Copy link
Owner

@rozukke rozukke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be split out and also makes a test fail.

src/air.rs Outdated Show resolved Hide resolved
Copy link
Owner

@rozukke rozukke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rozukke rozukke merged commit 1a9eddd into rozukke:main Sep 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lace watch exits when vim writes to watched file
2 participants