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:
committed by
Michael Sanders
parent
9dd2aa42dd
commit
1693aa37d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user