Eir Nym
Eir Nym
Have you checked both runs, from terminal and from dock?
I use this extension as well, but in most cases launch MacVim from terminal. now when I run MacVim from dock: * `rg '' | cat` in terminal works as...
You can reproduce it with a simple program below. If stdin is not closed, it will print out a lot of output. ```python import sys import subprocess sys.stdin.close() print(subprocess.Popen( "rg...
@hujianxin @RStankov Could you tell if this is still an issue for you?
I see, it works as expected, but stdin is still open for some reason with no input. You should add `stdin=subprocess.DEVNULL` if you want it to work more portable. I...
Therefore, I threat MacVim's behaviour as a fix for a problem with python input rather than "py3 is not working"
Issue has been fixed in the LeaderF.
@masukomi Thank you for an issue The size of gap is less than one symbol. MacVim tries to extend on sizes to make sure last line will be shown fully...
can't reproduce due to #1059
Thanks you for a patch, @remi6397 Have you checked other manual options other than automatic in preferences? one of the option is to set dark mode depending on a Vim...