aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPanashe Fundira <fundirap@gmail.com>2016-08-03 08:07:28 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-08-03 08:07:28 -0400
commit08d11bd42f3cacc66f3d6097ff18c50059079f14 (patch)
tree7b7dddc416067012e49135e9c210cc7204ec7060 /src
parentba705042ff1069a6ab0cf0218607d41f444e05cd (diff)
downloadrneovim-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.c2
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,