Results 22 issues of Sanjay

Neovim.app renders underlines in red instead of the default SlateBlue. The screenshot shows Neovim.app in the foreground with nvim running in iTerm2 behind it.

MacVim provides a bundled `mvim` script to launch the app from the command line. There are also symlinked variants for `mview`, `mvimdiff`, etc. That script seems to work by invoking...

In Insert Mode, if I have `ABC` in my buffer with the insertion point right after the `C` and I do `command-V` to paste `D` I get `ABDC` whereas I...

Does neovim-mac support native scrollers? If not, is this something you are planning?

### Feature already in Vim? Yes ### Feature description Neovim has a help entry for the `mouseshape` option, but it is currently not implemented. It is useful in GUIs for...

enhancement
ui-ext

### Steps to reproduce 1. Open Vim. 2. Use CtrlP to open a file. ### Expected behaviour Vim beeps when opening the file. It should open the file without the...

bug

These oddly named events hide the cursor when the terminal window is used. Without this, the terminal shows 2 cursors.

On MacOS, when the window is configured to be opaque, draw an opaque title bar and proper window border. This is achieved by giving the window the standard background color...

This is really minor... I changed the 'x' (lowercase X) to '×' (multiplication sign) in the title bar resize message. It just looks a little bit nicer, that's all.

Apple changes APIs and the implementations underlying those APIs from version to version. I'm finding lots of weird behavior on macOS 10.13 High Sierra. It would be nice to be...