Yee Cheng Chin
Yee Cheng Chin
I think this is related to #634. Basically, Vim has an option (`:help redrawtime`) that puts an upper-cap on how much time syntax files can run before it just stops...
Copying status messages and command-line texts are currently not supported, because Vim itself doesn't really let you do that. It's possible to try to make that work for MacVim but...
Actually, I lied. You can copy those texts using modeless selection (`:h modeless-selection`). I think it should be theoretically possible to get Cmd-C to automatically use modeless-selection's yank when it...
Also, just in case it isn't clear, you can press `Ctrl-Y` (instead of Cmd-C) to copy that selection to system clipboard as it's a modeless selection. This works in all...
That's weird, I'm not reproducing this. Does it matter if you wait a bit or immediately start typing when the animation is ongoing (it takes like less than a second...
Yes this is just how it works. It's mostly useful if you already have the window at a particular place and don't want the distraction of the title bar. If...
No we don't currently have one.
The main reason for this feature's existence is mostly to make it so that when you are say pinning the app to the left or the right side of the...
So you are using the GUI version right? How does it not work exactly? Does it still pop up the dialog box and you just couldn't type? Or you could...
I could reproduce this if I do `:!zsh` and use the numpad. You will notice that it doesn't work properly. I'm still a little confused here though. By default MacVim...