Skip to content

fix(fs_actions): allow changing case of filenames on windows #1704

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

Merged
merged 4 commits into from
Mar 5, 2025

Conversation

pynappo
Copy link
Collaborator

@pynappo pynappo commented Feb 28, 2025

Closes #1691

@pynappo pynappo changed the title fix(fs_actions): add additional windows check for renaming fix(fs_actions): allow changing case of filenames on windows Mar 5, 2025
@pynappo pynappo merged commit 509b602 into nvim-neo-tree:main Mar 5, 2025
7 checks passed
@EasonMo
Copy link

EasonMo commented Mar 6, 2025

@pynappo This PR causes the inability to copy and move files to other directories on Mac and Linux. Have you checked the usage logic of the two methods can_safely_rename() and loop.fs_stat()?

@pynappo
Copy link
Collaborator Author

pynappo commented Mar 6, 2025

Will fix, apologies

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.

BUG: unable to change the casing of a filename on Windows
2 participants