diff options
author | James McCoy <jamessan@jamessan.com> | 2017-08-21 12:46:07 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-08-21 20:29:49 -0400 |
commit | fc7bf1c71d41dae7b8ab7e82b92ec0e8253b5291 (patch) | |
tree | d439bc0fff6d80d9a0f906459017e8043fa9323d /src | |
parent | 651c6f9b6ebcd76fbf65045ab877fdf38b9d3db2 (diff) | |
download | rneovim-fc7bf1c71d41dae7b8ab7e82b92ec0e8253b5291.tar.gz rneovim-fc7bf1c71d41dae7b8ab7e82b92ec0e8253b5291.tar.bz2 rneovim-fc7bf1c71d41dae7b8ab7e82b92ec0e8253b5291.zip |
vim-patch:8.0.0437
Problem: The packadd test does not create the symlink correctly and does
not test the right thing.
Solution: Create the directory and symlink correctly.
https://github.com/vim/vim/commit/644df41c44cbdfacdedbba55ef77a6c6031eccd8
Diffstat (limited to 'src')
-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 92c776c1e8..d4cbf32009 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -515,7 +515,7 @@ static const int included_patches[] = { // 440, // 439, // 438, - // 437, + 437, // 436, // 435, // 434, |