-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
search directory is wrong, and seems that it's not working either #2
Comments
I'm sorry, I don't understand what you mean, could you state the issue in more detail? |
You can use |
:pwd 结果 /home/imtxc/tmp/testdir |
是在vim中使用:pwd, 不是shell中,是这样吗? |
SURE |
由于在我的所有linux环境上都不会出现这个情况,我没法fix,could you do me a favor? thanks. |
I think I have found the root cause. You must have |
我的 vimrc 里面已经配置了 autochdir 的 |
@imtxc 就是因为设了·autochdir·才有这个问题的。 |
As default, :LeaderF would indices files of the current working directory. If I have I try to modify this plugin's mapping:
The reason I use After the modification, I found leaderF could find my source files, but I couldn't open any of it because (I guess) leaderF uses relative path instead of absolute path even if I have provided an absolute path to I know if I remove I suggest reopening this bug :) |
This issue has already been fixed by c3b17d0, are you using the latest version? |
I have update to the latest Assuming In my opinion this issue could be summarized as : |
I got your point, it's really a bug. I'll fix it soon. Thanks. |
It works like magic! Thanks ;) |
I've maintaining my macvim via homebrew, so when I trigger leaderF the current search directory is:
/usr/local/Cellar/macvim/7.4-72/MaVim.app/Contents/Resources/vim/runtime/
but still, I don't think it's working either
PS: I'm currently calling
:Leaderf
.The MRU and Buffer are ok 👍
The text was updated successfully, but these errors were encountered: