mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
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 vim/vim#2604)
2374faae11