]> granicus.if.org Git - vim/commit
patch 8.0.1734: package directory not added to 'rtp' if prefix matches v8.0.1734
authorBram Moolenaar <Bram@vim.org>
Wed, 18 Apr 2018 20:18:23 +0000 (22:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 Apr 2018 20:18:23 +0000 (22:18 +0200)
commitf98a39ca57d001ba3e24831bae1e375790fb41f0
treefded5ab3d82a0600c94cfbd3cdab9c9475acbdeb
parentbad0ce7b26be5eed8524347018f4c835b212f8d1
patch 8.0.1734: package directory not added to 'rtp' if prefix matches

Problem:    Package directory not added to 'rtp' if prefix matches.
Solution:   Check the match is a full match. (Ozaki Kiichi, closes #2817)
            Also handle different ways of spelling a path.
src/ex_cmds2.c
src/testdir/test_packadd.vim
src/version.c