mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Bump iTerm workaround version
This unnecessarily enables the workaround for some nightly versions. See #10653
This commit is contained in:
parent
4e79ec5f0e
commit
f6d5355d7a
1 changed files with 1 additions and 1 deletions
|
@ -3885,7 +3885,7 @@ fn interactive_hacks(parser: &Parser) {
|
||||||
let Some(version) = parse_version(&version.as_list()[0]) else {
|
let Some(version) = parse_version(&version.as_list()[0]) else {
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
version < (3, 5, 5)
|
version < (3, 5, 6)
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue