dkprice / vim-easygrep

Fast and Easy Find and Replace Across Multiple Files
The Unlicense
325 stars 47 forks source link

Easygrep incorrectly shows absolute file paths for some files #73

Open dylan-chong opened 6 years ago

dylan-chong commented 6 years ago

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