3 Commits

Author SHA1 Message Date
machakann b0a4a10f15 Define keymappings explicitly in tests 2022-01-29 22:17:43 +09:00
machakann f0bb324395 Fix wrong test condition for magic character "f"
#99
2020-07-28 00:29:02 +09:00
Unknown d441cf5a45 Allow users to customize magicchar-f (#71)
Use `g:sandwich#magicchar#f#patterns` or `b:sandwich_magicchar_f_patterns`.
Each of those are a list of patterns dictionary like:
	let g:sandwich#magicchar#f#patterns = [
	\   {
	\     'header' : '\<\h\k*',
	\     'bra'    : '(',
	\     'ket'    : ')',
	\     'footer' : '',
	\   },
	\ ]
2019-02-02 16:20:56 +08:00