mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
fix bug I introduced by previous squash merge
When I squash merged to create commit a9db99ac5
I overlooked updating
the unit test.
This commit is contained in:
parent
349eff0df7
commit
3ade72266c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ expect_prompt -re {\r\nTENT\r\n} {
|
|||
|
||||
# Now test that exactly the expected bind modes are defined
|
||||
send "bind --list-modes\r"
|
||||
expect_prompt -re {\r\ndefault\r\ninsert\r\npaste\r\nreplaceone\r\nvisual\r\n} {
|
||||
expect_prompt -re {\r\ndefault\r\ninsert\r\npaste\r\nreplace_one\r\nvisual\r\n} {
|
||||
puts "vi bind modes"
|
||||
} unmatched {
|
||||
puts stderr "Unexpected vi bind modes"
|
||||
|
|
Loading…
Reference in a new issue