mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:50:04 +08:00
21 lines
363 B
Plaintext
Vendored
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
|