Results 638 comments of Junegunn Choi

I don't have any of the problems with `--color=16`, I suspect it's because of your terminal color scheme (possibly the black text being unreadable), and you might want to try...

Also, I believe `--color=16` is the better default for those who care a lot about the colors, because it uses the colors defined by the user's theme. In contrast, `--color=dark`...

> possibly the black text being unreadable I think we can consider changing the color of the border from `black` to `dim`, so it works better even with themes that...

> However PlugDiff is much slower in vim, by a factor of 8-9, as opposed to neovim where it is almost instantaneous. In my case, it is faster in Neovim,...

Can you see a similar trend in this? ```vim let a = reltime() | echom map(range(50), 'system("echo ".v:val)') | echom reltimestr(reltime(a)) ```

I can also confirm it's definitely slower in MacVim. 3.3 seconds. Thanks @Shougo for the comment. If you're right, we could write a custom `system` function that internally uses job...

I'm not sure if Vim provides an API to resize a popup window. If it doesn't, we're out of luck. A better option I think (which I use) is to...

I would try two things 1. See if `--no-unicode` helps. 1. Build the latest binary from the source and check if it fixes the problem. (see 2a92c7d792b45112ab82eef0be2aa11038e6185d)

Not sure why I can't reproduce the problem.