aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <brcolow@users.noreply.github.com>2016-11-29 15:19:25 -0700
committerJustin M. Keyes <justinkz@gmail.com>2016-11-29 23:19:25 +0100
commit783c9aac8ee300ba3e9850de26b523554ceab495 (patch)
tree894e83e342ec0a74fccbe818cf48e42c0e2a3070 /src/nvim/version.c
parent3979c6cbed6399934a06da35881e4d351c588af0 (diff)
downloadrneovim-783c9aac8ee300ba3e9850de26b523554ceab495.tar.gz
rneovim-783c9aac8ee300ba3e9850de26b523554ceab495.tar.bz2
rneovim-783c9aac8ee300ba3e9850de26b523554ceab495.zip
vim-patch:7.4.1699 (#5660)
Problem: :packadd does not work the same when used early or late. Solution: Always load plugins matching "plugin/**/*.vim". https://github.com/vim/vim/commit/71fb0c146bef08dc276fc5793bd47366e6e0f32a
Diffstat (limited to 'src/nvim/version.c')
-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 82a6f5f9a9..eaf44f42b8 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -745,7 +745,7 @@ static int included_patches[] = {
// 1702,
// 1701,
1700,
- // 1699,
+ 1699,
// 1698 NA
1697,
1696,