Skip to content

Commit

Permalink
fixed a syntax error in vim.snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer committed Mar 5, 2014
1 parent 929acee commit 8c1fadf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snippets/vim.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ snippet for
snippet forkv
for [${1},${2}] in items(${3})
${0}
unlet $1 $2
unlet $1 $2
endfor

snippet wh
while ${1}
${0}
Expand Down

0 comments on commit 8c1fadf

Please sign in to comment.