I am trying to get gfwork with paths that look like this:
foo/bar.js
The file is here: /Users/dimal/dev/project/src/foo/bar.js
So, I installed mine pathas follows:
set path+=/Users/dimal/dev/project/src
It seems that it gfshould find the file, but it does not.
E447: Can't find file "foo/bar.js" in path
Why?
I tried other options:
/Users/dimal/dev/project/src*
source
share