Rename symbol references from yas/* to yas-* in bundled snippets

This commit is contained in:
João Távora
2012-07-19 02:34:03 +01:00
parent e12a8bf188
commit 96638af80e
6 changed files with 1408 additions and 1361 deletions

View File

@@ -4,6 +4,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 "[^: ]*")}();
};