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