]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0308: 'runtimepath' not update correctly when using symbolic link v8.0.0308
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 15:07:54 +0000 (16:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 15:07:54 +0000 (16:07 +0100)
commit2f9e575583c2ad3978ee3d0f790eeff7df56bd6c
tree94bb8b22f774a8605319032cdc3915d984384cfa
parent955f198fc546cc30a34361932d3f454a61df0efa
patch 8.0.0308: 'runtimepath' not update correctly when using symbolic link

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)
src/ex_cmds2.c
src/testdir/test_packadd.vim
src/version.c