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 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
The text was updated successfully, but these errors were encountered:
I have easygrep open by running
nvim f.ex
.f.ex
is in/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator
.Easygrep window:
All of the files listed should not show the
/Users/Dylan/Dropbox/Programming/GitHub/ex_constructor_validator/
because that is the current directoryThe text was updated successfully, but these errors were encountered: