ale/autoload
Walter Kaunda 5cc6b933b1
Fix python linting/formatting error when in virtual environment (#4865)
Python fixers and linters were failing when vim is running in a virtual
environment that's located in a path containing text `poetry`. The cause
of this was the regular expression `poetry\|pipenv\|uv$` which matches
`poetry` and `pipenv` if they appear anywhere in the virtualenv path.
2024-11-17 11:00:55 +09:00
..
ale Fix python linting/formatting error when in virtual environment (#4865) 2024-11-17 11:00:55 +09:00
asyncomplete/sources Add asyncomplete.vim Support (#2627) 2019-08-17 18:40:05 +01:00
ale.vim Fix #3115 - Fix environment variable quoting on Windows 2023-09-16 22:33:59 +01:00