1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 20:38:05 +01:00

Forgot a do before an end

This commit is contained in:
Eustaquio Rangel
2010-03-16 15:16:14 -03:00
committed by Michael Sanders
parent 9dd2aa42dd
commit 1693aa37d7

View File

@@ -369,7 +369,7 @@ snippet rejd
snippet sel
select { |${1:e}| ${2} }
snippet seld
select |${1:e}|
select do |${1:e}|
${2}
end
snippet lam