The action "narrow" on the selected item does not change the source path. I confirmed that at the line 307 of denops/@ddu-kinds/file.ts changed the variable args.sourceOption.path is modified by the "narrow" action. I also checked another trial by giving .. to a key path of the params dictionary, but it neither did not change the source path to the parent directory. Thanks in advance.
Expected
The source path is narrowed to a selected item.
Environment Information
ddu-ui-filer version (SHA1): e27f84a5d01971fdbe78ec780d2d6faf4ea06e52
denops.vim version (SHA1): bfcecc3fffa49620ff8ce77a671ed086977b4c31
Problems summary
The action "narrow" on the selected item does not change the source path. I confirmed that at the line 307 of denops/@ddu-kinds/file.ts changed the variable
args.sourceOption.path
is modified by the "narrow" action. I also checked another trial by giving..
to a keypath
of theparams
dictionary, but it neither did not change the source path to the parent directory. Thanks in advance.Expected
The source path is narrowed to a selected item.
Environment Information
ddu-ui-filer version (SHA1): e27f84a5d01971fdbe78ec780d2d6faf4ea06e52
denops.vim version (SHA1): bfcecc3fffa49620ff8ce77a671ed086977b4c31
deno version(
deno -V
output): deno 1.40.2OS: macOS Ventura 13.6.3
neovim/Vim
:version
output:Provide a minimal init.vim/vimrc without plugin managers (Required!)
.vimrc
How to reproduce the problem from neovim/Vim startup (Required!)
<CR>
Screenshot (if possible)
Before calling the action "narrow" on the
child_directory/
After calling the action