mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 20:23:54 +08:00
Lazy imports (PEP 810, to be released in Python 3.15) introduces a
`lazy` soft keyword that's recognized when it precedes a `from` or
`import` keyword.
closes: vim/vim#20342
916809ae1e
Co-authored-by: Jon Parise <jon@indelible.org>