]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1398: :packadd does not load packages from the "start" directory v8.0.1398
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Dec 2017 13:26:46 +0000 (14:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Dec 2017 13:26:46 +0000 (14:26 +0100)
commit9e1d399e63903c6f84d7888ad8d84ebf4e29d8a1
tree9f53ab0a76bcc0a8c7f05e3863f724fc126e89a0
parent890dd05492d88d48eee1dda7f7a1811d027ce7ca
patch 8.0.1398: :packadd does not load packages from the "start" directory

Problem:    :packadd does not load packages from the "start" directory.
            (Alejandro Hernandez)
Solution:   Make :packadd look in the "start" directory if those packages were
            not loaded on startup.
src/ex_cmds2.c
src/testdir/test_packadd.vim
src/version.c