Does not find a file even though it is in the cache
Having a weird issue that I can't quite figure out. There is a file "Flux.Compiler/Fragments/Sources/ISource.cs" in the project and when reading the root directory, CtrlP correctly sees the file and puts into the cache. However, when actually hitting <Ctrl-P> and entering "ISource.cs" it will not show the file as a match. When entering the full path, it will find it, though.
I've tried everything suggested in here https://github.com/kien/ctrlp.vim/issues/234 but since the file is definitely in the .txt file stored in ~/.cache/ctrlp, I think this is a different issue.
//EDIT: No sure it matters but this is with gVim 7.4 on Windows.
I have the same behavior on Vim 8.0 (Windows)