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

fix(directory variables): use hack call instead #3

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

sbougerel
Copy link
Owner

Creating temporary buffers resulted in directory local variables not being set properly.

Since current visiting buffer may not exists at the point of execution of the sentinel or timer callback, temporary buffers are created instead and the default directory was set with cd. However this does not set the directory local variables. This branch fixes it.

@sbougerel sbougerel self-assigned this Apr 27, 2024
@sbougerel sbougerel merged commit 0f70ac8 into main Apr 27, 2024
14 checks passed
@sbougerel sbougerel deleted the fix-directory-locals branch April 27, 2024 03:56
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.

1 participant