Skip to content

Commit 8c1fadf

Browse files
committed
fixed a syntax error in vim.snippets.
1 parent 929acee commit 8c1fadf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

snippets/vim.snippets

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ snippet for
2525
snippet forkv
2626
for [${1},${2}] in items(${3})
2727
${0}
28-
unlet $1 $2
28+
unlet $1 $2
2929
endfor
30-
3130
snippet wh
3231
while ${1}
3332
${0}

0 commit comments

Comments
 (0)