Results 229 comments of Junegunn Choi

@dkarter Try starting a terminal buffer and run fzf there. ```vim :term echo $TERM fzf ``` - What is the value of `$TERM` there? - Do you see the same...

Unfortunately, files with `:` in their paths are not properly recognized by the preview script with uses `:` as the delimiter and expects this format: ``` FILEPATH:LINE:COL: CONTENT ``` or...

https://github.com/junegunn/fzf.vim/blob/master/bin/preview.sh

I can't help you unless you provide a reliable way to reproduce the problem.

Can you post a file that I can use to reproduce the problem?

I can't reproduce the problem. Can you check if you still have the issue with the following minimal vimrc? ```sh vim -Nu

> any idea why this isn't happening to you? @maxodoble No.

Related: #429 and #557 @janlazo Can we drop the nvim branch as suggested here?

Is the command in the error message (which should be your `$FZF_DEFAULT_COMMAND`) valid? Does it work as expected on your shell?