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

Easygrep incorrectly shows absolute file paths for some files #73

Open
dylan-chong opened this issue Dec 28, 2017 · 0 comments
Open

Easygrep incorrectly shows absolute file paths for some files #73

dylan-chong opened this issue Dec 28, 2017 · 0 comments

Comments

@dylan-chong
Copy link

I have easygrep open by running nvim f.ex. f.ex is in /Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator.

Easygrep window:

/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/test/ex_structable_test.exs|81| 45:  # TODO use and make PointWithEnforce when ExConstructor fix their library
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/test/ex_structable_test.exs|210| 23:  describe "__using__ ExConstructor" do
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/README.md|155| 5:### ExConstructor Support
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/README.md|157| 22:You can use [appcues/ExConstructor](https://github.com/appcues/exconstructor)
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/README.md|174| 18:(do not put `use ExConstructor`).
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/README.md|176| 33:Or if you want to pass args to `ExConstructor`:
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/README.md|183| 16:    # args for ExConstructor here
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/lib/ex_structable.ex|101| 13:        use ExConstructor, unquote(lib_args)
f.ex|1| 1:ExConstructor

All of the files listed should not show the /Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/ because that is the current directory

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