I'm using vim-rooter that change the working directory of Vim when I open a file.
Suppose I have the following hierarchy
Root
- .gitignore
- file a
- folder b
-
-
If I do a query in the root folder that find occurence to
I can visit file a
I can visit file b
But when I visit file b the working directory change to folder b and I can't visit file a anymore (the link is broken because it is relative to root and the working directory has changed)