diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-21 23:13:46 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:20 -0400 |
commit | 53613e7fcd27feda32844904f4ef88bf82841015 (patch) | |
tree | b08376b2cff94901af9ff22e9746c7510f3ae7b3 /src/nvim/version.c | |
parent | 080476882be32768a97e26af22133435ccb8fc2a (diff) | |
download | rneovim-53613e7fcd27feda32844904f4ef88bf82841015.tar.gz rneovim-53613e7fcd27feda32844904f4ef88bf82841015.tar.bz2 rneovim-53613e7fcd27feda32844904f4ef88bf82841015.zip |
vim-patch:7.4.1553
Problem: ":runtime" does not use 'packpath'.
Solution: Add "what" argument.
https://github.com/vim/vim/commit/8dcf259d904cfb965d31841dc74a5cfaf5a351d9
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 9b4221863c..2fdb443ca6 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -142,7 +142,7 @@ static int included_patches[] = { // 1556 NA // 1555 NA // 1554, - // 1553, + 1553, 1552, 1551, 1550, |