mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
Before, running Nvim in a directory containing a Python module `neovim`, or one that is imported by it or a plugin, will load that module and not the system one. So Nvim might be tricked into running arbitrary scripts from the current working directory. Fixes #1665 Fixes #2530