fix: all git builtin respect cwd now (#517)

This commit is contained in:
Simon Hauser
2021-02-09 18:25:57 +01:00
committed by GitHub
parent 993e383dd5
commit 3a7fa41857
7 changed files with 41 additions and 37 deletions

View File

@@ -83,6 +83,8 @@ function Picker:new(opts)
previewer = opts.previewer,
default_selection_index = opts.default_selection_index,
cwd = opts.cwd,
_completion_callbacks = {},
track = get_default(opts.track, false),