Skip to content

Commit 7011d0f

Browse files
committed
remove some duplicates
Remove some snippets from the Ultisnips/ directory which are present in the snippets/ directory.
1 parent 27189f6 commit 7011d0f

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

UltiSnips/vim.snippets

-36
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ priority -50
33
###########################################################################
44
# SnipMate Snippets #
55
###########################################################################
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-
156
snippet gvar "Global / configuration variable"
167
if !exists("g:${1:MyUltraImportantVar}")
178
let g:$1 = ${2:"${3:<tab>}"}
@@ -30,31 +21,4 @@ fun ${1:function_name}(${2})
3021
${3:" code}
3122
endf
3223
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-
6024
# vim:ft=snippets:

0 commit comments

Comments
 (0)