mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-22 02:43:45 +08:00
8 lines
161 B
VimL
Vendored
8 lines
161 B
VimL
Vendored
let b:splitjoin_split_callbacks = [
|
|
\ 'sj#sh#SplitBySemicolon',
|
|
\ ]
|
|
|
|
let b:splitjoin_join_callbacks = [
|
|
\ 'sj#sh#JoinWithSemicolon',
|
|
\ ]
|