Skip to content

Instantly share code, notes, and snippets.

@janlazo
Last active June 5, 2019 04:58
Show Gist options
  • Save janlazo/cea7acf2711e89a9bc4f7c79612c6e54 to your computer and use it in GitHub Desktop.
Save janlazo/cea7acf2711e89a9bc4f7c79612c6e54 to your computer and use it in GitHub Desktop.
Vim Patches for Neovim

This is an incomplete list of Vim 8.x patches that are applicable to Neovim. This file attempts to organize the patches by feature to make it easier to batch them as one vim-patch PR. Some patches are left out because this should complement Neovim's Vim Patch Report. Note that some sections are left unresolved because of 1incompatible implementations (ie. jobstart(), :terminal, clipboard) or features (ie. +balloon_eval). See nvim's :h vim-differences for more info.

Refer to a version.c PR like neovim/neovim#8474 for an up-to-date list of merged 8.0.x patches.

8.0.x patches

Channel/Job/Terminal

Bracketed Paste

Buffer

Ex Commands

Balloon

swapfile

Highlights

Timer

Toolbar

8.1.x patches

runtime/

terminal

Regexp

buffer

window

quickfix

Ex commands

completion

autocmd

file

digraph

Spell

option.c

screen.c

hardcopy.c

compiler warnings

tests-only

Translations

ETC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment