From 70ae6ac344472e51ac75316992e2c03464b4f6ad Mon Sep 17 00:00:00 2001 From: "Panashe M. Fundira" Date: Sun, 31 Jul 2016 16:45:23 -0400 Subject: vim-patch:7.4.1676 #5143 Problem: The shellmenu plugin has to be copied or sourced to be used. Solution: Turn it into a package. https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55 Justification for changes that do not carry over - `Filelist` does not exist in neovim - neovim does not have a `README.txt` in `runtime/macros` --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index ea20d22bcb..bd6b1af901 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -601,7 +601,7 @@ static int included_patches[] = { // 1679, // 1678 NA // 1677 NA - // 1676, + 1676, 1675, // 1674 NA // 1673, -- cgit