diff options
author | James McCoy <jamessan@jamessan.com> | 2016-04-28 20:47:27 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:43:30 -0400 |
commit | 67d8e586318a3f2f13df22f9a3b25c6d8a109e6c (patch) | |
tree | 4eef691cf90cee6144e0cec7b8f56f33629cb8bc /src/nvim/version.c | |
parent | d43ac790f2454e2173eb645bdcd97c7a7c7e4846 (diff) | |
download | rneovim-67d8e586318a3f2f13df22f9a3b25c6d8a109e6c.tar.gz rneovim-67d8e586318a3f2f13df22f9a3b25c6d8a109e6c.tar.bz2 rneovim-67d8e586318a3f2f13df22f9a3b25c6d8a109e6c.zip |
vim-patch:7.4.1480
Problem: Cannot add a pack direcory without loading a plugin.
Solution: Add the :packadd command.
https://github.com/vim/vim/commit/91715873d19a1859c08eeded7848113596e2f2bd
Diffstat (limited to 'src/nvim/version.c')
-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 da717b9319..4320190592 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -215,7 +215,7 @@ static int included_patches[] = { // 1483 NA // 1482 NA // 1481 NA - // 1480, + 1480, 1479, 1478, // 1477, |