mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 18:10:05 +08:00
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
|
# Issue #95
|
||
|
new
|
||
|
let b:delimitMate_jump_expansion = 1
|
||
|
DelimitMateReload
|
||
|
exec "normal i( test)x"
|
||
|
================================================================================
|
||
|
( test )x
|
||
|
--------------------------------------------------------------------------------
|