mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:50:04 +08:00
20 lines
358 B
Plaintext
20 lines
358 B
Plaintext
|
###################
|
||
|
# Typical comment #
|
||
|
###################
|
||
|
Given (fixture):
|
||
|
================
|
||
|
Hello Hello
|
||
|
Hello
|
||
|
Hello
|
||
|
|
||
|
Execute ( SpaceVim plugin: iedit ):
|
||
|
let g:_spacevim_input_list = ['D', 'a', 'W', 'o', 'r', 'l', 'd', "\<Esc>", "\<Esc>"]
|
||
|
call SpaceVim#plugins#iedit#start()
|
||
|
|
||
|
|
||
|
Expect (result):
|
||
|
~~~~~~~~~~~~~~~~
|
||
|
World World
|
||
|
World
|
||
|
World
|