mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-06 06:01:14 -03:00
The issue here was that the `python` completion did a version check on the `python` binary, so it would complete python2 stuff if system python was py2, even if the user tried to complete `python3`. This isn't beautiful, but it's more resilient than e.g. doing magic with `commandline`. Fixes #3840.