diff options
author | supermomonga <hi@supermomonga.com> | 2019-10-28 06:27:22 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-10-27 14:27:22 -0700 |
commit | 31536ae003c0bd0ee311fc97b26ded0db8b3fa34 (patch) | |
tree | b8382a43ff635f54ba2863842270ea687b4940d4 /scripts/gen_vimdoc.py | |
parent | e085cacba4e98e476da157616591c24d97b402c7 (diff) | |
download | rneovim-31536ae003c0bd0ee311fc97b26ded0db8b3fa34.tar.gz rneovim-31536ae003c0bd0ee311fc97b26ded0db8b3fa34.tar.bz2 rneovim-31536ae003c0bd0ee311fc97b26ded0db8b3fa34.zip |
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
Diffstat (limited to 'scripts/gen_vimdoc.py')
0 files changed, 0 insertions, 0 deletions