6 lines
165 B
VimL
6 lines
165 B
VimL
" Intercept all fold commands
|
|
let g:fastfold_fold_command_suffixes=[
|
|
\ 'x', 'X', 'a', 'A', 'o', 'O', 'c', 'C',
|
|
\ 'r', 'R', 'm', 'M', 'i', 'n', 'N'
|
|
\ ]
|