Skip to content
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

Incorrectly assumes current directory #71

Open
o-alexandrov opened this issue Aug 14, 2017 · 0 comments
Open

Incorrectly assumes current directory #71

o-alexandrov opened this issue Aug 14, 2017 · 0 comments

Comments

@o-alexandrov
Copy link

o-alexandrov commented Aug 14, 2017

Hello, thank you for a great plugin!

The Problem:

When using with ctrlp or NerdTree plugins, vim-easygrep cannot correctly pick the current location of a file.
Instead, vim-easygrep thinks that the user, for example me, still stays in the folder from where he opened ctrlp or NerdTree and navigated to the destination file.

.vimrc settings:

let g:EasyGrepCommand=1
let g:EasyGrepFilesToExclude='android,ios,node_modules,coverage,*.lock,*.log,__snapshots__'

Possible solution:

Maybe there is a way to trigger relocation for vim-easygrep of the current directory after opening a new file.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant