diff --git a/UltiSnips/cpp.snippets b/UltiSnips/cpp.snippets index 98cfdc4..f8429a6 100644 --- a/UltiSnips/cpp.snippets +++ b/UltiSnips/cpp.snippets @@ -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