vim-sussify/test/feature/mapping.vader

21 lines
363 B
Plaintext
Raw Permalink Normal View History

2016-02-02 11:25:39 +00:00
Before:
2018-04-09 15:21:22 +00:00
enew!
2016-02-02 11:25:39 +00:00
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