-
Notifications
You must be signed in to change notification settings - Fork 143
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
bug: show_hidden causes an error #548
Labels
bug
Something isn't working
Comments
I have this same issue. Thanks for posting the workaround. I look forward to a fix. |
stevearc
added a commit
that referenced
this issue
Jan 4, 2025
I believe I've fixed it, but I was unable to reproduce the issue on my local machine. Can you confirm that the fix worked? |
That seems to have fixed the issue for me at least. |
Can confirm fixed for me too. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you check the docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.3
Operating system/version
MacOS 15.2 (24C101)
Describe the bug
The
show_hidden
configuration is set totrue
in my configuration and this worked before, but stopped working recently throwing an error message.What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
When using this configuration, my oil.nvim configuration does not work anymore with the most recent version (but worked before). It likely is an issue with hidden file handling or a side-effect occuring somewhere in this part of the code, but i am guessing. Here are the details:
My configuration which stopped working recently:
I get this error message:
I did some digging in the code and based on that some try-and-error config changes and this works:
Using this configuration
diff
works:Is this a bug or a side effect of my custom configuration (or both?)
Expected Behavior
I expected my config to keep working with recent releases. I didn't catch a configuration options deprecation in the docs, but I may overlook something?
Directory structure
Repro
Did you check the bug with a clean config?
nvim -u repro.lua
using the repro.lua file above.The text was updated successfully, but these errors were encountered: