File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ snippet "b(egin)?" "begin{} / end{}" br
88\e nd{$1 }
99endsnippet
1010
11- snippet tab " tabular / array environment"
11+ snippet tab " tabular / array environment" b
1212\b egin{${1: t } ${1 / (t)$ | (a)$ | (. * ) / (? 1:abular)(? 2:rray) / }}{${2: c } }
1313$0 ${2 / ((?<=. )c| l| r)| . / (? 1: & ) / g }
1414\e nd{$1 ${1 / (t)$ | (a)$ | (. * ) / (? 1:abular)(? 2:rray) / }}
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ priority -50
33# ##########################################################################
44# SnipMate Snippets #
55# ##########################################################################
6- snippet gvar " Global / configuration variable"
6+ snippet gvar " Global / configuration variable" b
77if !exists("g:${1: MyUltraImportantVar } ")
88 let g:$1 = ${2: "${3: <tab> } " }
99endif
1010endsnippet
1111
12- snippet guard " script reload guard"
12+ snippet guard " script reload guard" b
1313if exists('${1: did_`!p snip.rv = snip.fn.replace('.','_')` } ') || &cp${2: || version < 700 }
1414 finish
1515endif
1616let $1 = 1${3}
1717endsnippet
1818
19- snippet f " function"
19+ snippet f " function" b
2020fun ${1: function_name } (${2} )
2121 ${3: " code }
2222endf
You can’t perform that action at this time.
0 commit comments