macvim icon indicating copy to clipboard operation
macvim copied to clipboard

Vim - the text editor - for macOS

Results 166 macvim issues
Sort by recently updated
recently updated
newest added

**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 ![vim10-light](https://user-images.githubusercontent.com/118104/136141733-043926a0-3e97-4423-8011-7056f16c56dd.png) ![vim10-dark](https://user-images.githubusercontent.com/118104/136141731-288d5742-ae37-4a46-b7e4-df421efe11d8.png) macOS 11 ![vim11-light](https://user-images.githubusercontent.com/118104/136141739-f39c274e-dc83-4663-80b4-44c83c5fa81c.png) ![vim11-dark](https://user-images.githubusercontent.com/118104/136141737-a669241c-f68e-4c24-8baa-098a038ae851.png)

UI

### 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...