mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
31536ae003
sys.path.remove("") raises ValueError if the item is missing. https://docs.python.org/3/library/functions.html#filter: > filter(function, iterable) is equivalent to the generator expression (item > for item in iterable if function(item)) fixes #11293 |
||
---|---|---|
.. | ||
nvim.vim | ||
provider.vim |