Yee Cheng Chin

Results 365 comments of Yee Cheng Chin

What version are you using @RStankov ? If you are using the latest version (165), you should use 3.8 instead. MacVim will automatically use the right python DLLs if that's...

Yeah the way Vim works with Python / other scripting languages is by linking against specific libraries. You could technically provide Python 3.7 to Vim by doing what you did...

Sorry I haven't been following this issue too much, but after reading up on it and testing it out I agree with @eirnym that you should probably just add `stdin=subprocess.DEVNULL`...

As @eirnym said this is as designed and how GVim works. We snap the window size to the fixed intervals of the column/row size. Only time we don't do this...

> I use window management tools like Moom and Amethyst. When you invoke commands that are supposed to resize things and they work fine everywhere else and only mostly work...

It's been a while, but #1276 will now implement this feature. One thing I didn't like from other Vim GUIs like VimR and Neovide was the graphical glitches and jumpiness...

When you are launching MacVim from the dock, your environment is different from when you run it from the terminal (where the script `mvim` will inherit the environmental variables from...

Thanks for reporting. Initial repro on my side couldn't reproduce the issue. I may ask you more info if I can't repro this or I don't see any mention of...

@hoehenunterschied Do you have more information? Can you pull latest and build again, and see if it still crashes? If it does, can you show me the output the `mvim...

Yes that's correct. Thinking more about it I think just fixing Vim's `:menu` variants to be able to set icon on TouchBar subfolders may be better and more consistent for...