From 99e51b81e6ef4c62232429159e893bf748fc5fad Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 22 Jun 2016 22:39:30 -0400 Subject: vim-patch:7.4.1649 Problem: The matchit plugin needs to be copied to be used. Solution: Put the matchit plugin in an optional package. https://github.com/vim/vim/commit/aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087 Ignore changes to * Filelist, src/Makefile: Irrelevant to NeoVim * runtime/vimrc_example.vim, runtime/macros/*, runtime/pack/*: matchit is enabled by default in Neovim. --- src/nvim/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 61d2972caa..25a5c9d730 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -90,6 +90,7 @@ static int included_patches[] = { 1695, 1654, 1652, + 1649, 1643, 1641, // 1624 NA -- cgit