diff options
author | James McCoy <jamessan@jamessan.com> | 2016-07-08 00:05:35 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:21 -0400 |
commit | 520a4f06e20c3917e75e3a413a290d9141cb0a0c (patch) | |
tree | 10a25121e60a970da9bc9e7bf7471e1856be8f94 /src/nvim/version.c | |
parent | e686b613ecd349265e17d9c1f481cafac4935aef (diff) | |
download | rneovim-520a4f06e20c3917e75e3a413a290d9141cb0a0c.tar.gz rneovim-520a4f06e20c3917e75e3a413a290d9141cb0a0c.tar.bz2 rneovim-520a4f06e20c3917e75e3a413a290d9141cb0a0c.zip |
vim-patch:7.4.1840
Problem: When using packages an "after" directory cannot be used.
Solution: Add the "after" directory of the package to 'runtimepath' if it
exists.
https://github.com/vim/vim/commit/a57024453115592b8847af40ddd965a33898e390
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index b9543cb0b7..358b2cc2f0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -76,6 +76,7 @@ static char *features[] = { // clang-format off static int included_patches[] = { 1960, + 1840, 1832, 1831, 1809, |