1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:50:04 +08:00
SpaceVim/bundle/vim-startify/test/feature/mapping.vader
2020-06-13 14:06:35 +08:00

21 lines
363 B
Plaintext
Vendored

Before:
enew!
Startify
Do (Open new buffer in insert "foo"):
ifoo
Expect (Buffer contains only "foo"):
foo
Do (Open new buffer in normal mode and insert "bar"):
eibar
Expect (Buffer contains only "bar"):
bar
Given (Buffer that contains only "quux"):
quux
Do (Quit Startify buffer via 'q'):
q
Expect (Buffer before :Startify was called):
quux