voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

fix(broot): use redirect to file instead of --out #386

Closed alfa07 closed 1 year ago

alfa07 commented 1 year ago

There is no more --out command in broot.

The new --outcmd option does not write to file when :print_filename is called.

Fix it by redirecting broot output to the tmp file used in --out option.

voldikss commented 1 year ago

Thanks