type src.elv.sh/pkg/edit.dirStore

5 uses

	src.elv.sh/pkg/edit (current package)
		listing.go#L116: 				Bindings: bindings, Store: dirStore{ev, st},
		listing.go#L265: type dirStore struct {
		listing.go#L270: func (d dirStore) Chdir(path string) error {
		listing.go#L274: func (d dirStore) Dirs(blacklist map[string]struct{}) ([]store.Dir, error) {
		listing.go#L278: func (d dirStore) Getwd() (string, error) {