diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-22 11:04:46 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:20 -0400 |
commit | 443d335ce31929f0e1c3b2ad6e403f98067c9526 (patch) | |
tree | ffffb686faad4579e8cd88c5540d5aac854219af /src/nvim/version.c | |
parent | 53613e7fcd27feda32844904f4ef88bf82841015 (diff) | |
download | rneovim-443d335ce31929f0e1c3b2ad6e403f98067c9526.tar.gz rneovim-443d335ce31929f0e1c3b2ad6e403f98067c9526.tar.bz2 rneovim-443d335ce31929f0e1c3b2ad6e403f98067c9526.zip |
vim-patch:7.4.1554
Problem: Completion for :colorscheme does not use 'packpath'.
Solution: Make it work, add a test. (Hirohito Higashi)
https://github.com/vim/vim/commit/52f9c19015df5ee1ee8592b6f3f15b8a57c8f5be
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 2fdb443ca6..aa27d8279d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -141,7 +141,7 @@ static int included_patches[] = { // 1557, // 1556 NA // 1555 NA - // 1554, + 1554, 1553, 1552, 1551, |