mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:40:04 +08:00
21 lines
388 B
Plaintext
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
|
|
|