mirror of
https://github.com/neovim/neovim.git
synced 2025-12-27 08:38:59 +00:00
Remove "" from sys.path (typically the first entry), which could cause e.g. "logging" to be added from the current directory. This gets done already for loading the host in runtime/autoload/provider/pythonx.vim.