If a user defines g:sandwich#magicchar#f#patterns and also specific per-filetype options with autocmd Filetype X let b:sandwich_magicchar_f_patterns = ..., the buffer-local options should probably be used instead of the global ones, but currently the buffer-local options are never used.
If a user defines
g:sandwich#magicchar#f#patterns
and also specific per-filetype options withautocmd Filetype X let b:sandwich_magicchar_f_patterns = ...
, the buffer-local options should probably be used instead of the global ones, but currently the buffer-local options are never used.