-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
CtrlP not showing files in current directory but I can see them with netrw #540
Comments
When I run |
Did you enable the |
I have the same issue. I used to use CtrlP without any issue but I recently upgraded my plugins (I don't know which version I had before, but it was not older than 6 or 9 months max) and now it won't find files in the current directory either. If I use |
Same issue here. I think it has to do with special characters in folder names. I'm only having this issue with "Mobile Documents" folder for macOS iCloud Drive. All the folders in this one uses ~ as separator and CtrlP fails when trying to recursively open this folders. Working fine with CtrlPMixed as said before. Maybe different path treatment in CtrlP and CtrlPMixed? |
Could you provide minimal repro steps? |
If you are on macOS, try the next commands:
The first two will fail based on my ~ separator theory. The last one will work and show a list of files. If you are on other Unix/Linux system try to create a folder with ~ in the name, something like Hope it helps. |
On my Windows 10, I can't reproduce this. Are you using ctrlp_user_command? |
Hi, I did new findings. The issue is not with ~ as separator, but with spaces. The problem is in Mobile\ Documents. I created a folder with ~ and with spaces and the one with spaces failed. No, I'm not using ctrlp_user_command. Neither ctrlp-autoignore-extension. And my Vim version (MacVim) is: |
I figure out the bug. Thank you. |
Hi, |
I will look into it layer. |
The thing that is getting me about this is that I just used this plugin earlier and now for some reason I cannot get CtrlP to show any files that are available in my current working directory. When I start up
:CtrlP .
I get== NO ENTRIES ==
but then I can cancel out of that hit up:Explore
and see all the files in the main directory.I've tried hitting/mashing the
F5
button, and then also doingCtrlPClearCache
orCtrlPClearAllCaches
and no change.The only thing that may have changed on my system was that I installed Build tools for VS 2019 so I could use
rust.vim
.I'm not sure how to troubleshoot this issue more, so I may need guidance.
The text was updated successfully, but these errors were encountered: