1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/test/plugin/highlight.vader

21 lines
388 B
Plaintext

###################
# Typical comment #
###################
Given (fixture):
================
Hello Hello
Hello
Hello
Execute ( SpaceVim plugin: highlight.vim `SPC s h/H` ):
let g:_spacevim_input_list = ['e', 'D', 'a', 'W', 'o', 'r', 'l', 'd', "\<Esc>", "\<Esc>"]
call SpaceVim#plugins#highlight#start()
Expect (result):
~~~~~~~~~~~~~~~~
World World
World
World