fix: replace 'text' in 'yas-text' in bundled snippets

The previous commit broke these snippets by enabling
This commit is contained in:
Joao Tavora
2013-08-30 17:08:23 +01:00
parent 13d87aa3c0
commit 6ce6b24f52
14 changed files with 20 additions and 20 deletions

View File

@@ -4,6 +4,6 @@
class ${1:Name}
{
public:
${1:$(yas-substr text "[^: ]*")}($2);
virtual ~${1:$(yas-substr text "[^: ]*")}();
${1:$(yas-substr yas-text "[^: ]*")}($2);
virtual ~${1:$(yas-substr yas-text "[^: ]*")}();
};