mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-19 12:28:11 +01:00
Removed extraneous commas.
This commit is contained in:
@@ -279,15 +279,15 @@ snippet sub
|
||||
snippet sca
|
||||
scan(${1:/pattern/}) { |${2:match}| ${3} }
|
||||
snippet max
|
||||
max { |a, b|, ${1} }
|
||||
max { |a, b| ${1} }
|
||||
snippet min
|
||||
min { |a, b|, ${1} }
|
||||
min { |a, b| ${1} }
|
||||
snippet par
|
||||
partition { |${1:e}|, ${2} }
|
||||
partition { |${1:e}| ${2} }
|
||||
snippet rej
|
||||
reject { |${1:e}|, ${2} }
|
||||
reject { |${1:e}| ${2} }
|
||||
snippet sel
|
||||
select { |${1:e}|, ${2} }
|
||||
select { |${1:e}| ${2} }
|
||||
snippet lam
|
||||
lambda { |${1:args}| ${2} }
|
||||
snippet do
|
||||
|
||||
Reference in New Issue
Block a user