mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
|
###################
|
||
|
# Typical comment #
|
||
|
###################
|
||
|
Given (fixture):
|
||
|
================
|
||
|
Hello Hello
|
||
|
Hello
|
||
|
Hello
|
||
|
|
||
|
Execute ( SpaceVim plugin: iedit ):
|
||
|
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
|
||
|
|