mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-23 23:31:34 +08:00
10 lines
234 B
VimL
Vendored
10 lines
234 B
VimL
Vendored
let b:splitjoin_split_callbacks = [
|
|
\ 'sj#sh#SplitBySemicolon',
|
|
\ 'sj#sh#SplitWithBackslash',
|
|
\ ]
|
|
|
|
let b:splitjoin_join_callbacks = [
|
|
\ 'sj#sh#JoinBackslashedLine',
|
|
\ 'sj#sh#JoinWithSemicolon',
|
|
\ ]
|