Zac Montuori

Results 4 comments of Zac Montuori

After further testing, this issue might be specific to the fedora packaged version of fzf. I tried it on my home pc running Arch Linux, with the same fish and...

```fish # Defined via `source` function fzf-file-widget --description 'List files and folders' set -l commandline (__fzf_parse_commandline) set -lx dir $commandline[1] set -l fzf_query $commandline[2] set -l prefix $commandline[3] set -lx...

There's only one blank entry that shows in the list. If I select it, an empty string, `''` gets entered.

``` $dir: set in local scope, exported, with 1 elements $dir[1]: |/var| ``` Still showed only the 1 blank entry, but at the point that it's logged $dir is set...