macvim
macvim copied to clipboard
Vim - the text editor - for macOS
**Describe the bug** The [FAQ](https://github.com/macvim-dev/macvim/wiki/FAQ) suggests using the `brew` command if the user wishes to install MacVim from a package manager: > If you would like to use a package...
**Describe the bug** MacVim won't set the font `Cascadia Mono` with the typeface `Light` via the Fonts picker, but can set it via `set guifont`. **To Reproduce** 1. Install Cascadia...
**Describe the bug** When there is an `autocommand` to change the `colorscheme` Vim crashes after executing `xelatex`. **To Reproduce** Detailed steps to reproduce the behavior: 1. Include the code below...
**Describe the bug** When using tools like BetterSnapTool or Magnet, which let you snap windows into various sizes, the Vim window size is not conforming to the MacVim window. This...
State: Currently impossible. Problem: When titlebar option Hidden selected, no way to move the MacVim editor. System: MacOSX Big Sur 11.2.3 (20D91) Picture:  Is this a feature?
Continue of https://github.com/macvim-dev/macvim/pull/715#issuecomment-422152518 
Closes #1182. I think this is in a pretty good state, but feel free to prod/ask questions.
The previous implementation could never possibly work, because every ``set background=…`` changes ``effectiveAppearance`` of ``MMVimView`` and therefore overrides the global value as set in the Preferences.app. In short, it essentially...
_Instructions: Replace the template text and remove irrelevant text (including this line)_ **Describe the bug** dyld: Library not loaded: /System/Library/Perl/5.28/darwin-thread-multi-2level/CORE/libperl.dylib Referenced from: /usr/local/Cellar/macvim/8.2-171/MacVim.app/Contents/MacOS/Vim Reason: image not found **To Reproduce** Detailed...
**Describe the bug** When I open a .tex file on MacVim from the Finder's level (just by clicking on a file), I get an error: On the other hand, when...