macvim
macvim copied to clipboard
Vim - the text editor - for macOS
MacVim Menu which pops-up from the Dock had “New Window”, line separator, and a list of currently edited files. Now it shows a list of recent files above the “New...
**A clear and concise description of what is hard to do** In Apple's builtin applications and in the non-MacVim third party applications I use, force-clicking on a word shows a...
It looks like there has been regression and the `set macthinstrokes` option stopped working at some point **Describe the bug** `set macthinstrokes` doesn't change the way the font is rendered...
Installation of the latest macvim via homebrew fails on `make` with the follow error: **Error Details** ``` ==> Installing macvim ==> ./configure --with-features=huge --enable-multibyte --enable-perlinterp --enable-rubyinterp --enable-tclinterp --enable-terminal --with-tlib=ncurse ==>...
Thanks to everyone for their contributions to this project. Are there any plans of including a feature like a gui file explorer on the side like visual studio code workspace...
_Instructions: Replace the template text and remove irrelevant text (including this line)_ **Describe the bug** The registration of UTIs in Info.plist is done wrong. This messes up the launch services...
_Instructions: Replace the template text and remove irrelevant text (including this line)_ **Describe the bug** MacVim exports standard UTIs, such as com.adobe.postscript. This is wrong, they should be imported, as...
Vim has recently added a sound playing system (8.1.1502). Support that in MacVim.
Using MacVim Snapshot >151 breaks the size of command bar when using tabs. `Prefer native full-screen support`, makes no difference here, I tested w/ both options. I'm using dark mode,...
Apple has introduced ARC (Automatic Reference Counting) a long time ago. However, MacVim still mostly uses manual reference counting, which actually introduces bugs like #1164. ARC will not solve everything...