diff options
| author | Panashe M. Fundira <fundirap@gmail.com> | 2016-07-31 16:45:23 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-01 03:25:03 -0400 |
| commit | 70ae6ac344472e51ac75316992e2c03464b4f6ad (patch) | |
| tree | 94a1082edd6138e909b6d0f7f442cc2739d76c87 /src | |
| parent | 247d1cec06f711d92b810126d56bec5183e62497 (diff) | |
| download | rneovim-70ae6ac344472e51ac75316992e2c03464b4f6ad.tar.gz rneovim-70ae6ac344472e51ac75316992e2c03464b4f6ad.tar.bz2 rneovim-70ae6ac344472e51ac75316992e2c03464b4f6ad.zip | |
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`
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |