Results 638 comments of Junegunn Choi

> * `:Files` works, but without my incremental input visible (no lower three lines) Hmm, I can't reproduce the problem. So how did you install fzf and fzf.vim? Are you...

Unfortunately, image support is currently not available on Windows. * https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0440 * https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0430 Adding image support on Windows wasn't as trivial as I initially thought. Since I'm not a Windows...

Searching for `"` works for me. It works on cmd.exe, And it works with `:RG` command of fzf.vim I'm testing this on an EC2 Windows 16 server instance. Not sure...

Thanks for the input. Will check again later, for some reason I can't connect to a Windows EC2 instance. 🤷

Thanks for reporting this serious issue. 0.52.1 is a (hurried) attempt to fix the issue. Please test if it helps. I'm sure there are some other issues lurking, but at...

So I guess the problem with `;` is relatively benign compared to the previous flaw, which would allow all kinds of crazy stuff? Didn't know `;` needed escaping. I'll address...

Thanks for the report. Do you think it would make sense to look for the pattern that is not preceded by `#`? ```diff diff --git a/install b/install index 5d031fd..3ca5a80 100755...

The regex requires that the full prefix does not contain any `#`, so we need the anchor. Anyway, I'm not targeting 100% accuracy with this approach. See, the line could...

I was unable to reproduce the problem on [Ubuntu 24.04](https://github.com/junegunn/fzf/blob/0eee95af574880fbd2c6c599988b86a427520677/Dockerfile#L1). ```sh make docker useradd -g sudo foo passwd foo