Files
neovim/runtime
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
..
2019-08-02 16:20:23 +02:00
2019-09-06 18:44:52 -07:00
2019-08-02 16:20:22 +02:00
2019-05-09 23:32:57 +02:00
2019-07-29 20:50:07 +02:00
2019-09-06 18:35:06 -07:00
2019-07-29 20:50:07 +02:00
2019-07-29 20:50:07 +02:00
2019-09-15 19:44:11 -07:00
2019-07-29 20:50:07 +02:00
2019-09-06 18:35:06 -07:00