mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 14:32:26 +00:00
fix a 'bug' in the class snippet for c++-mode
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
class ${1:Name}
|
class ${1:Name}
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
${1:$(yas/substr text "[^:]*")}($2);
|
${1:$(yas/substr text "[^: ]*")}($2);
|
||||||
virtual ~${1:$(yas/substr text "[^:]*")}();
|
virtual ~${1:$(yas/substr text "[^: ]*")}();
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user