mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 09:40:03 +08:00
10 lines
256 B
VimL
10 lines
256 B
VimL
let b:splitjoin_split_callbacks = [
|
|
\ 'sj#haml#SplitInterpolation',
|
|
\ 'sj#haml#SplitInlineInterpolation',
|
|
\ ]
|
|
|
|
let b:splitjoin_join_callbacks = [
|
|
\ 'sj#haml#JoinInterpolation',
|
|
\ 'sj#haml#JoinToInlineInterpolation',
|
|
\ ]
|