Allow C++ lambda snippet to be inline

This commit is contained in:
Kenneth Benzie 2017-03-30 22:42:01 +01:00
parent 4a288aa800
commit e2a145d7aa

View File

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