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

15 lines
385 B
Plaintext

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