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