mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-14 23:32:30 +08:00
system() adds an extra newline which breaks the DOS shortname hack for Neovim on Windows. Suppress echo so the DOS shortname is the 1st line of the output Related: https://github.com/neovim/neovim/issues/7788