macvim
macvim copied to clipboard
Vim - the text editor - for macOS
**Describe the bug** E370: can not load `/usr/local/opt/ruby/lib/libruby.dylib` **To Reproduce** 1. Type `:ruby 1` 4. Error: E370: can not load `/usr/local/opt/ruby/lib/libruby.dylib` **Expected behavior** no error **Environment (please complete the following...
### Steps to reproduce Follow installation instructions for Mac OS here: https://ycm-core.github.io/YouCompleteMe/#installation 1. brew install cmake macvim python 2. brew install mono go nodejs 3. cd ~/.vim/bundle/YouCompleteMe python3 install.py --all...
Updated the toolbar icons. They are template images now in order to work with light and dark mode. macOS 10   macOS 11  
### Steps to reproduce 1. install the MacVim.app (8.1.950) first 2. update MacVim when update program pops. (8.1.1517) 3. Now I tried to install the latest version, it is (8.2.3455)...
**Describe the bug** Vim exposes the name of the binary that was executed in the `v:progname` variable. Unfortunately, invoking the various vim CLI tools installed by MacVim always reports `v:progname`...
### Steps to reproduce 1. Call `mvim` command in iterm2. 2. Open a project ### Expected behaviour Don't show the alert dialog. ### Operating system macos Monterey 12.0.1 ### Version...
I have `` key mapped to `` with [Karabiner-Elements](https://karabiner-elements.pqrs.org/). And if tested in Terminal.app or Alacritty.app, it correctly reports `^[[25~` However, in MacVim, if I `:terminal cat`, and then press...
**Describe the bug** Triggering a write with unsaved buffers causes a label to flash when the mouse cursor is hovering over tabs. If you have various kinds of autosave features...
This issue has plagued me for years in MacVim and I have not been able to identify the source. It is intermittent, and occurs roughly 1 every 100 hundred saves...
**Describe the bug** According to the VIM documentation in `terminal.txt` under *terminal-cursor-style*: > By default the cursor in the terminal window uses a not blinking block. The > normal xterm...