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
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
.gitignore
file c
If I do a query in the root folder that find occurence to
file a
folder b/file b
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)
The text was updated successfully, but these errors were encountered:
vds2212
added a commit
to vds2212/ctrlsf.vim
that referenced
this issue
Feb 11, 2025
I'm using vim-rooter that change the working directory of Vim when I open a file.
Suppose I have the following hierarchy
Root
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)
The text was updated successfully, but these errors were encountered: