-
Notifications
You must be signed in to change notification settings - Fork 131
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
let g:ag_working_path_mode = 'r' doesn't work #111
Comments
Are you sure you don't have a typo in your vimrc? svn works fine in my case. With either my full vimrc or a minimal one. I want to help fix it for you since I wrote that piece of code but svn is definitely supported so could you give me some more information? |
I am on windows 7, 64 bit Hum.. I'm wondering if my .svn folder is enough higher in the hierarchy ? |
If I'm not mistaken the problem is caused by the fact that my code relies on unix type path's with a / instead of a windows type path with . I'll test this tomorrow and see if there's anything easy to be done about it. Your folder hierarchy is fine. |
Thanks |
@codeur4 would you do me a favour and check out the PR referenced here? I don't have a windows pc, and I'm probably going over this a bit too quickly. |
No, same as before |
OK i will try and get a windows virtual image from work and figure out the problem. I'll get back to you as soon as possible. |
Ok cool, thanks |
Hey Numkil, any progress? Having the same problem with the windows type path. |
oh cool, I was not aware of that. |
I don't use vim-plug myself but I expect it should be possible by temporarily using this syntax. |
when I set
let g:ag_working_path_mode = 'r'
in my .vimrc, nothing change. It search into files of the current directory instead of Project directory.I have a .svn file in the parent project directory.
It seems to not detect .svn.
Please help
The text was updated successfully, but these errors were encountered: