mirror of
https://github.com/neovim/neovim.git
synced 2026-02-11 06:18:50 +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