File tree 1 file changed +0
-36
lines changed
1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,6 @@ priority -50
3
3
# ##########################################################################
4
4
# SnipMate Snippets #
5
5
# ##########################################################################
6
- snippet header
7
- " File: ${1: `!v expand('%:t')` }
8
- " Author: ${2: `!v g:snips_author` }
9
- " Description: ${3}
10
- ${4: " Last Modified: `!v strftime("%B %d, %Y")` }
11
-
12
- $0
13
- endsnippet
14
-
15
6
snippet gvar " Global / configuration variable"
16
7
if !exists("g:${1: MyUltraImportantVar } ")
17
8
let g:$1 = ${2: "${3: <tab> } " }
@@ -30,31 +21,4 @@ fun ${1:function_name}(${2})
30
21
${3: " code }
31
22
endf
32
23
endsnippet
33
-
34
- snippet for
35
- for ${1: needle } in ${2: haystack }
36
- ${3: " code }
37
- endfor
38
- endsnippet
39
-
40
- snippet wh
41
- while ${1: condition }
42
- ${2: " code }
43
- endw
44
- endsnippet
45
-
46
- snippet if
47
- if ${1: condition }
48
- ${2: " code }
49
- endif
50
- endsnippet
51
-
52
- snippet ife
53
- if ${1: condition }
54
- ${2}
55
- else
56
- ${3}
57
- endif
58
- endsnippet
59
-
60
24
# vim:ft=snippets:
You can’t perform that action at this time.
0 commit comments