Results 638 comments of Junegunn Choi

Is this the first time you use vim-plug, or did this happen suddenly after using it for a while?

> * Slow startup times due to executing multiple git commands on each Vim launch > * Doesn't prevent automatic updates during normal plugin operations I think there is some...

vim-plug prints the above message on startup if `git` is not found on the `$PATH`. https://github.com/junegunn/vim-plug/blob/d80f495fabff8446972b8695ba251ca636a047b0/plug.vim#L235-L237

Each token keeps its trailing non-whitespace delimiter. It was an early decision to make `--with-nth` work better with tabular data, but admittedly it doesn't work well with anchored matches with...

@LangLangBart Thanks for looking into this. With the steps you provided, I'm seeing a long delay (2 or 3 seconds most of the time, sometimes longer like 5 seconds) after...

> It's just odd that it stops instantly for me and returns my terminal prompt. I can explain. When fzf terminates, the standard output of fd is closed, thus fd...

A couple more observations. fd can keep running and the script hangs indefinitely if macOS jumps in and asks for directory permissions. No progress was made until I finally clicked...

Okay, I realized that I was running fd 9.0.0, and the delay seems to have gotten smaller after I upgraded it to 10.2.0. EDIT: Hmm, nope. I'm still observing long...

> So you might close the issue as `fzf` can't do anything other than possibly giving a warning? I was wondering if there was a way to work around the...

Well, that wasn't a great example. Anyway, I tried that version and it didn't help. You can easily reproduce the problem with this: ```sh command env -i "HOME=$HOME" "USER=$USER" "PATH=$PATH"...