10 Commits

Author SHA1 Message Date
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
machakann dca5b29e3a 'after/ftplugin/**/*.vim' does not sourced automatically in FileType event by default (#55) 2018-01-11 20:22:44 +08:00
machakann 208bc785cc Path to the ftplugin for tex was incorrect (#55) 2018-01-11 19:36:25 +08:00
machakann 8b83ffe236 Stop capturing in a recipe for tex filetypes
I don't know why but this commit seems to solve issue #58
2017-12-14 19:00:22 +08:00
machakann 951549e009 Add "\(...\)" and "$...$" buns for tex 2017-11-27 20:18:30 +08:00
machakann 515180d698 Concatenation is missing. (#37) 2017-03-16 21:15:07 +08:00
machakann a24d6c25fc Fix a bug in tex filetype setting. (#37) 2017-03-16 20:52:53 +08:00
machakann e49af8cafc Use the more robust regex pattern (and possibly less memory usage). (#36) 2017-02-25 10:26:05 +08:00
machakann ecbb625a19 Add simple brakets. (#36) 2017-02-25 00:20:46 +08:00
machakann 09b982c34e Move files in 'ftplugin/*' to 'after/ftplugin/*'.
Mentioned at lervag/vimtex#695
2017-02-24 23:21:21 +08:00