diff options
author | Panashe Fundira <fundirap@gmail.com> | 2016-08-03 08:07:28 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-03 08:07:28 -0400 |
commit | 08d11bd42f3cacc66f3d6097ff18c50059079f14 (patch) | |
tree | 7b7dddc416067012e49135e9c210cc7204ec7060 /src | |
parent | ba705042ff1069a6ab0cf0218607d41f444e05cd (diff) | |
download | rneovim-08d11bd42f3cacc66f3d6097ff18c50059079f14.tar.gz rneovim-08d11bd42f3cacc66f3d6097ff18c50059079f14.tar.bz2 rneovim-08d11bd42f3cacc66f3d6097ff18c50059079f14.zip |
vim-patch:7.4.1673 (#5141)
Problem: The justify plugin has to be copied or sourced to be used.
Solution: Turn it into a package.
https://github.com/vim/vim/commit/2946d0236dc9e23ec0050feacdb959b9ae5672a8
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 d6b051a511..6dcc8f622f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -604,7 +604,7 @@ static int included_patches[] = { 1676, 1675, // 1674 NA - // 1673, + 1673, // 1672 NA // 1671, // 1670, |