Commit 32530702 authored by Adam Saponara's avatar Adam Saponara
Browse files

avoid chdir in cmd_browse (#43)

instead of `chdir`ing the entire editor process, this patch maintains
a `browse_path` string that we `cd` into (as part of the forked shell
process) before executing `tree`. this should fix the bug
@kevinsjoberg reported without changing the behavior of `cmd_browse`.
parent 0ad84167
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment