neovim/runtime/autoload/health
Zaz Brown 99ef06d846
refactor(provider): use list comprehension #19027
- list(filter(lambda x: x != "", sys.path))
+ [p for p in sys.path if p != ""]
2022-06-20 06:17:00 -07:00
..
nvim.vim fix(health): correct shada file path #18603 2022-05-17 05:43:35 -07:00
provider.vim refactor(provider): use list comprehension #19027 2022-06-20 06:17:00 -07:00