Allow C++ lambda snippet to be inline

This commit is contained in:
Kenneth Benzie 2017-03-30 22:42:01 +01:00
parent 919c3e6b88
commit c727e7647a

View File

@ -57,7 +57,7 @@ snippet reinterpret_cast "Reinterpret case" i
reinterpret_cast<$1>($2)$0 reinterpret_cast<$1>($2)$0
endsnippet endsnippet
snippet [] "Labmda function" snippet [] "Labmda function" i
[$1]($2)${3/(.*)/(?1: -> ::)/}$3 {$0} [$1]($2)${3/(.*)/(?1: -> ::)/}$3 {$0}
endsnippet endsnippet