mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:33:44 +08:00
f9664f224d
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. |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish |