mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -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 |
||
---|---|---|
.. | ||
clipboard.vim | ||
node.vim | ||
python3.vim | ||
python.vim | ||
pythonx.vim | ||
ruby.vim | ||
script_host.rb |