You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
Possible solution:
Maybe there is a way to trigger relocation for vim-easygrep of the current directory after opening a new file.
Thank you!
The text was updated successfully, but these errors were encountered: