1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 02:10:06 +08:00
SpaceVim/bundle/vim-startify/test/feature/buffer.vader

15 lines
385 B
Plaintext
Raw Normal View History

2020-06-13 14:06:35 +08:00
Before:
enew!
Startify
Execute (Check buffer options):
AssertEqual 'startify', &filetype
AssertEqual 'wipe', &bufhidden
AssertEqual '', &buftype
AssertEqual 0, &buflisted
AssertEqual 0, &cursorcolumn
AssertEqual 0, &cursorline
AssertEqual 0, &list
AssertEqual 0, &number
AssertEqual 0, &swapfile