Skip to content

Easygrep incorrectly shows absolute file paths for some files #73

@dylan-chong

Description

@dylan-chong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions