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
2018-10-28 14:18:21 +01:00
2017-11-07 01:16:42 +01:00
2014-12-19 15:28:49 -05:00
2018-01-15 23:58:52 +01: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-01-04 02:17:23 +01: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
2017-01-31 02:02:09 +01:00
2019-07-29 20:50:07 +02:00
2019-09-06 18:35:06 -07:00