patch 8.0.1469: when package path is a symlink 'runtimepath' is wrong v8.0.1469
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Feb 2018 16:47:42 +0000 (17:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Feb 2018 16:47:42 +0000 (17:47 +0100)
commit2374faae111057ee28e8d487f9a52a95855e2206
tree8a6ca87c7b8125acce0ed90200133619d8950672
parent191f18bad0b5c48afa05c3e8a00f3ced993f6a38
patch 8.0.1469: when package path is a symlink 'runtimepath' is wrong

Problem:    When package path is a symlink adding it to 'runtimepath' happens
            at the end.
Solution:   Do not resolve symlinks before locating the position in
            'runtimepath'. (Ozaki Kiichi, closes #2604)
src/ex_cmds2.c
src/testdir/test_packadd.vim
src/version.c