mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-24 03:41:34 +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',
|
||
|
\ ]
|