mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Correct iTerm2 version in CSI u workaround
The 3.5.4 release does not include the fix, presumably the next one then. See #10653
This commit is contained in:
parent
8612d34996
commit
31896534a0
1 changed files with 1 additions and 1 deletions
|
@ -3883,7 +3883,7 @@ fn interactive_hacks(parser: &Parser) {
|
|||
let Some(version) = parse_version(&version.as_list()[0]) else {
|
||||
return false;
|
||||
};
|
||||
version < (3, 5, 4)
|
||||
version < (3, 5, 5)
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue