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

I noticed this in the latest builds: Starting the editor with multiple files (e.g. `vim *.txt` or `gvim *.txt`), using `:rew` after I have switched files with `:n` at least...

**Describe the bug** After `:set guicursor+=a:blinkon0`, the cursor in the shell, produced by the `:shell` command, is no longer visible. **To Reproduce** Detailed steps to reproduce the behavior: 1. Run...

Many modern, well-made fonts include "OpenType features" that let you fine-tune typographic settings, like the appearance of `0` (slashed vs. dotted), or single/double story `a`/`g`. Like code ligatures, which MacVim...

**Describe the bug** gx opens curl result in browser rather than opening link in browser **To Reproduce** Detailed steps to reproduce the behavior: 1. Run macvim 2. Push `gx` **Expected...

I'm using the Dark theme in MacOS Mojave But, I prefer my editors to be light themed. As of the latest update, MacVIM looks very bad when you define "set...

Highlight feature "gui=strikethrough" does not display strikethrough text. **To Reproduce** 1. Run `mvim --clean` 2. Create or edit an html file 3. Type `some text` or `:highlight htmlStrike` 4. Observe...

Renderer

**Describe the bug** When the bottom scrollbar is toggled off. It is not possible to make a window that is as tall as the available screen real estate. You can't...

UI

Recently, iterm2 updated and gave user the possibility to choose between 3 new looks: regular, minimal and compact. I particularly like the minimal look. It shows all the necessary information...

Feature Request

Add these to ~/.gvimrc: ``` au VimLeave * mksession! ~/.vim.session source ~/.vim.session ``` open multiple files with MacVim in tabs, then restart MacVim, scrollbars of current tab is on the...

UI

I am using the [taglist](http://www.vim.org/scripts/script.php?script_id=273) plugin. I've found a strange issue: when I open a taglist window—with `:TlistOpen`—and then try closing the whole MacVim window without closing the taglist window...