diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-22 22:39:30 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:20 -0400 |
commit | 99e51b81e6ef4c62232429159e893bf748fc5fad (patch) | |
tree | fbef7c67606126279eff88cf40aa2d5b695c1cf4 /src | |
parent | 5f471b24865755fc00017c0470dc987bccd4405b (diff) | |
download | rneovim-99e51b81e6ef4c62232429159e893bf748fc5fad.tar.gz rneovim-99e51b81e6ef4c62232429159e893bf748fc5fad.tar.bz2 rneovim-99e51b81e6ef4c62232429159e893bf748fc5fad.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |