mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Test Vi mode dfX
Tests d25965afba (Vi mode: hack in support for df and friends,
2026-02-06).
This commit is contained in:
@@ -28,3 +28,10 @@ sleep(1)
|
||||
send("li123")
|
||||
sendline("")
|
||||
expect_re(r"\bsuggest-thi123s\b")
|
||||
|
||||
send("echo hello world")
|
||||
send("\033")
|
||||
sleep(1)
|
||||
send("0wdfw")
|
||||
sendline("")
|
||||
expect_re(r"\borld\b")
|
||||
|
||||
Reference in New Issue
Block a user