neovim/runtime/autoload/health
supermomonga 31536ae003 provider/pythonx: don't assume CWD (empty string) is in path #11304
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
2019-10-27 14:27:22 -07:00
..
nvim.vim health.vim: check has("debug") 2019-08-04 13:23:46 +02:00
provider.vim provider/pythonx: don't assume CWD (empty string) is in path #11304 2019-10-27 14:27:22 -07:00