File tree 2 files changed +4
-4
lines changed
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
8
8
\e nd{$1 }
9
9
endsnippet
10
10
11
- snippet tab " tabular / array environment"
11
+ snippet tab " tabular / array environment" b
12
12
\b egin{${1: t } ${1 / (t)$ | (a)$ | (. * ) / (? 1:abular)(? 2:rray) / }}{${2: c } }
13
13
$0 ${2 / ((?<=. )c| l| r)| . / (? 1: & ) / g }
14
14
\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
3
3
# ##########################################################################
4
4
# SnipMate Snippets #
5
5
# ##########################################################################
6
- snippet gvar " Global / configuration variable"
6
+ snippet gvar " Global / configuration variable" b
7
7
if !exists("g:${1: MyUltraImportantVar } ")
8
8
let g:$1 = ${2: "${3: <tab> } " }
9
9
endif
10
10
endsnippet
11
11
12
- snippet guard " script reload guard"
12
+ snippet guard " script reload guard" b
13
13
if exists('${1: did_`!p snip.rv = snip.fn.replace('.','_')` } ') || &cp${2: || version < 700 }
14
14
finish
15
15
endif
16
16
let $1 = 1${3}
17
17
endsnippet
18
18
19
- snippet f " function"
19
+ snippet f " function" b
20
20
fun ${1: function_name } (${2} )
21
21
${3: " code }
22
22
endf
You can’t perform that action at this time.
0 commit comments