mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
16bf98f928
Changes identity `is` for equality `==` check. To remove python warnings when updating auto complete ``` /usr/local/Cellar/fish/3.0.2/share/fish/tools/deroff.py:770: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(comps) is 2: /usr/local/Cellar/fish/3.0.2/share/fish/tools/deroff.py:954: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(comps) is 2: Parsing man pages and writing completions to /Users/james/.local/share/fish/generated_completions/ 6155 / 6155 : zic.8 ``` |
||
---|---|---|
.. | ||
web_config | ||
create_manpage_completions.py | ||
deroff.py |