diff options
author | James McCoy <jamessan@jamessan.com> | 2017-08-21 12:10:15 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-08-21 20:29:48 -0400 |
commit | a66eca78c2082aca112125f759be2ef3aa7ef832 (patch) | |
tree | 2953614b0608cf4a6c6ae531cf5f2081b09bd9c7 /src/nvim/version.c | |
parent | 9ff0cc70855fc3eb11ad0162ee02e742f354d360 (diff) | |
download | rneovim-a66eca78c2082aca112125f759be2ef3aa7ef832.tar.gz rneovim-a66eca78c2082aca112125f759be2ef3aa7ef832.tar.bz2 rneovim-a66eca78c2082aca112125f759be2ef3aa7ef832.zip |
vim-patch:8.0.0308
Problem: When using a symbolic link, the package path will not be inserted
at the right position in 'runtimepath'. (Dugan Chen, Norio Takagi)
Solution: Resolve symbolic links when finding the right position in
'runtimepath'. (Hirohito Higashi)
https://github.com/vim/vim/commit/2f9e575583c2ad3978ee3d0f790eeff7df56bd6c
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 2a3fdbd70d..a190293d8e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -644,7 +644,7 @@ static const int included_patches[] = { 311, // 310, // 309, - // 308, + 308, 307, // 306, // 305, |