macvim
                                
                                 macvim copied to clipboard
                                
                                    macvim copied to clipboard
                            
                            
                            
                        Vim - the text editor - for macOS
macOS 14 Sonoma deprecated the NSApplication API [`activateIgnoringOtherApps`](https://developer.apple.com/documentation/appkit/nsapplication/1428468-activateignoringotherapps), and provides a new [`activate`](https://developer.apple.com/documentation/appkit/nsapplication/4168336-activate) API along with a cooperative [`yieldActivation`](https://developer.apple.com/documentation/appkit/nsapplication/4168338-yieldactivation) command that can be called by the host app. We should...
It is useful to support the ability to look up a piece of selected / highlighted text in MacVim and show a OS popup that gives you more information. #1191...
### Steps to reproduce 1. Open a terminal. 2. Type ``` mvim + --remote ``` or ``` mvim +2 --remote ``` , where _\_ is an existing file with more...
NeoVim fork?
Would you consider creating a fork of MacVim based on the NeoVim project instead of Vim? I believe that this is the future of Vim development and would love to...
Use the new "show-progress" flag in checkout@v4 to suppress Git checkout progress to trim down on log size.
It is not super important, but it would be nice if the recent files list also included this: I opened a file, used "save as" to save it under a...
### Steps to reproduce I will be using macvim and maybe once every 2 days it will crash after hours and hours of use. Because of this time lag it's...
Most of the time I would start mvim from the command line, but that is only possible if you add a softlink into `/usr/local/bin/` so I would recommend a more...
When using FZF.vim, MacVim draws considerably slower than Terminal.app. It's particularly noticeable on large screens. Where Terminal seems to simply jump the cursor to the bottom of the screen, MacVim...
### Steps to reproduce 1. Create 3 tabs 2. Try to drag the middle tab left or right, by picking it with the mouse, it cannot be done ### Expected...