mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00

As noted in “:help 'packpath'”, the default value is supposed to be the same as that for 'runtimepath'. This was missed in the original port of the packages functionality from Vim. Closes #5193